wez             Sun Feb 13 16:38:39 2005 EDT

  Modified files:              
    /php-src/win32/build        confutils.js 
  Log:
  fix snaps
  
  
http://cvs.php.net/diff.php/php-src/win32/build/confutils.js?r1=1.53&r2=1.54&ty=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.53 
php-src/win32/build/confutils.js:1.54
--- php-src/win32/build/confutils.js:1.53       Sun Feb  6 18:23:05 2005
+++ php-src/win32/build/confutils.js    Sun Feb 13 16:38:39 2005
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.53 2005/02/06 23:23:05 wez Exp $
+// $Id: confutils.js,v 1.54 2005/02/13 21:38:39 wez Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
@@ -349,7 +349,8 @@
                'debug', 'crt-debug', 'lzf-better-compression',
                 'php-build', 'snapshot-template',
                 'pcre-regex', 'fastcgi', 'force-cgi-redirect',
-                'path-info-check', 'zts', 'ipv6', 'memory-limit'
+                'path-info-check', 'zts', 'ipv6', 'memory-limit',
+                'zend-multibyte'
                );
        var force;
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to