Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67820 invoked from network); 24 Jun 2008 08:28:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2008 08:28:16 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 195.197.172.111 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 195.197.172.111 gw03.mail.saunalahti.fi Linux 2.5 (sometimes 2.4) (4) Received: from [195.197.172.111] ([195.197.172.111:43366] helo=gw03.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/E0-62551-E10B0684 for ; Tue, 24 Jun 2008 04:28:15 -0400 Received: from gevalia.webmail.saunalahti.fi (gevalia.webmail.saunalahti.fi [195.197.55.115]) by gw03.mail.saunalahti.fi (Postfix) with ESMTP id 71D2821699E; Tue, 24 Jun 2008 11:28:11 +0300 (EEST) Date: Tue, 24 Jun 2008 11:28:10 +0300 (EEST) To: Steph Fox , internals Message-ID: <12537716.879801214296091159.JavaMail.jani.taskinen@sci.fi> MIME-Version: 1.0 Content-Type: text/plain; Charset=iso-8859-15; Format=Flowed Content-Transfer-Encoding: 7bit X-Mailer: Saunalahti webmail - http://saunalahti.fi X-Originating-IP: 194.211.146.128 Subject: Re: Fw: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js From: jani.taskinen@sci.fi (Jani Taskinen) Someone sent some patch long time ago to make it use PCRE instead.. I have no idea of it either. --Jani Steph Fox [steph@phparch.com] kirjoitti: > > Hey Jani, > > You can run but you can't hide ;) I'm assuming this is down to you, since > you moved ereg. > > I won't even pretend to understand browscap. Please remember to kill this > build exclusion if/when you fix it? > > Thanks, > > - Steph > > ----- Original Message ----- > From: "Steph Fox" > To: > Sent: Thursday, June 19, 2008 6:43 PM > Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js > > > > > > sfox Thu Jun 19 17:43:38 2008 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/win32/build confutils.js > > Log: > > - ext/standard currently has a dependency on ext/ereg thanks to > > browscap.c > > > > http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.12&r2=1.60.2.1.2.8.2.13&diff_format=u > > Index: php-src/win32/build/confutils.js > > diff -u php-src/win32/build/confutils.js:1.60.2.1.2.8.2.12 > > php-src/win32/build/confutils.js:1.60.2.1.2.8.2.13 > > --- php-src/win32/build/confutils.js:1.60.2.1.2.8.2.12 Thu Jun 19 17:14:43 > > 2008 > > +++ php-src/win32/build/confutils.js Thu Jun 19 17:43:38 2008 > > @@ -17,7 +17,7 @@ > > +----------------------------------------------------------------------+ > > */ > > > > -// $Id: confutils.js,v 1.60.2.1.2.8.2.12 2008/06/19 17:14:43 sfox Exp $ > > +// $Id: confutils.js,v 1.60.2.1.2.8.2.13 2008/06/19 17:43:38 sfox Exp $ > > > > var STDOUT = WScript.StdOut; > > var STDERR = WScript.StdErr; > > @@ -347,7 +347,7 @@ > > > > var snapshot_build_exclusions = new Array( > > 'debug', 'crt-debug', 'lzf-better-compression', > > - 'php-build', 'snapshot-template', > > + 'php-build', 'snapshot-template', 'ereg', > > 'pcre-regex', 'fastcgi', 'force-cgi-redirect', > > 'path-info-check', 'zts', 'ipv6', 'memory-limit', > > 'zend-multibyte', 'fd-setsize', 'memory-manager', 't1lib' > > > > > > > > -- > > PHP CVS Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > >