Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28545 invoked from network); 20 May 2008 14:33:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 14:33:31 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.140 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.140 smtpout0140.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.140] ([64.97.136.140:18063] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/61-32249-931E2384 for ; Tue, 20 May 2008 10:33:30 -0400 Received: from sc1-out02.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 4769FAD4014926EE; Tue, 20 May 2008 14:33:23 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,d32648ad824328b2,d5726715f9f5691d,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2379:2393:2559:2562:2692:2693:2828:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:4250:5007:6119:6261:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF: ,MSBL:none,DNSBL:none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host86-137-246-48.range86-137.btcentralplus.com [86.137.246.48]) (Authenticated sender: steph.fox) by sc1-out02.emaildefenseservice.com (Postfix) with ESMTP; Tue, 20 May 2008 14:33:22 +0000 (UTC) Message-ID: <014f01c8ba86$9ec2ce10$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "Hector Santos" , "internals" , "Elizabeth M Smith" References: <4832DDC5.7060307@isdg.net> Date: Tue, 20 May 2008 15:34:31 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: --with-ereg From: steph@zend.com ("Steph Fox") > For PHP 5.3, you get browscap.obj linking errors. I don't understand > what ereg does, but I found I had to add the option: > > --with-ereg > > After buildconf.bat and running configure.js wit the options, and deleting > > del release_ts\ext\standard\brows*.* > rd release_ts\ext\ereg /q /s > > and it will make and create fine. (BTW, this was a x64 vc8 minimal build). > > Is this option a new required minimal build option that should be forced? > > Again, i don't know what this ereg stuff does so I can't tell the > importance of it or how to fix it, other than adding the above switch. 'This ereg stuff' is important, in that it supports legacy code... it moved from ext/standard to ext/ereg in 5_3 in the vague hope that it might be possible to move it out to PECL some day. But whoever did it obviously missed a bit. Again, though... you're seeing errors I don't see. - Steph