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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to