Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27931 invoked from network); 20 May 2008 14:33:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 14:33:04 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:11758] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/41-32249-F11E2384 for ; Tue, 20 May 2008 10:33:03 -0400 Message-ID: <2C.41.32249.F11E2384@pb1.pair.com> To: internals@lists.php.net Date: Tue, 20 May 2008 10:33:03 -0400 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 References: <4832DDC5.7060307@isdg.net> In-Reply-To: <4832DDC5.7060307@isdg.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: --with-ereg From: auroraeosrose@gmail.com (Elizabeth M Smith) Hector Santos wrote: > 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. ereg used to be in standard, in 5.3 it's moved out and all the places that use it were supposed to use pcre instead - obviously one was missed