Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29942 invoked from network); 19 Jun 2008 17:48:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2008 17:48:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@phparch.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@phparch.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phparch.com from 64.99.136.154 cause and error) X-PHP-List-Original-Sender: steph@phparch.com X-Host-Fingerprint: 64.99.136.154 smtprelay-virgin0154.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.154] ([64.99.136.154:55712] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/BD-63224-9FB9A584 for ; Thu, 19 Jun 2008 13:48:42 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 4D7C910162C; Thu, 19 Jun 2008 17:48:39 +0000 (UTC) X-SpamScore: 1 Received: from foxbox (host86-143-244-1.range86-143.btcentralplus.com [86.143.244.1]) (Authenticated sender: steph.fox) by omf11.hostedemail.com (Postfix) with ESMTP; Thu, 19 Jun 2008 17:48:38 +0000 (UTC) Message-ID: <05d001c8d234$e6ac8f20$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Cc: "Jani Taskinen" Date: Thu, 19 Jun 2008 18:49:56 +0100 Organization: php|architect MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original 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 X-session-marker: 73746570682E666F78 X-Spam-Summary: 2,0,0,caf8a6cf2b2c695e,ad0ad60e2365234a,steph@phparch.com,,RULES_HIT:69:355:379:539:540:541:542:543:567:600:601:602:960:967:973:980:982:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1683:1711:1730:1747:1766:1792:2073:2075:2078:2393:2525:2534:2551:2553:2559:2565:2570:2682:2685:2692:2703:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3353:3867:3869:3871:3872:3873:3934:3936:3938:3941:3944:3947:3950:4362:4605:4886:5007:6119:6261:7576:7679:7802:7875,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Subject: Fw: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js From: steph@phparch.com ("Steph Fox") 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 >