Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23339 invoked from network); 20 May 2008 14:19:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 14:19:57 -0000 Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain isdg.net designates 208.247.131.9 as permitted sender) X-PHP-List-Original-Sender: hsantos@isdg.net X-Host-Fingerprint: 208.247.131.9 ntbbs.winserver.com Windows NT 4.0 (older) Received: from [208.247.131.9] ([208.247.131.9:4329] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/70-32249-B0ED2384 for ; Tue, 20 May 2008 10:19:56 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP Router v6.3.452.5) for internals@lists.php.net; Tue, 20 May 2008 10:18:49 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 145662187; Tue, 20 May 2008 10:18:48 -0400 Message-ID: <4832DDC5.7060307@isdg.net> Date: Tue, 20 May 2008 10:18:45 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: internals , Elizabeth M Smith , Steph Fox Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: --with-ereg From: hsantos@isdg.net (Hector Santos) Folks, From the example build at: http://uk3.php.net/manual/en/install.windows.building.php where it shows the options for a minimal build: --disable-all --enable-cli --enable-cgi --enable-object-out-dir=. --disable-ipv6. I've been using this to test basic quick/basic building and it works fine for PHP 5.2. 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. Thanks -- Hector Santos