From: Wez Furlong Date: Sun, 13 Feb 2005 21:40:28 +0000 (+0000) Subject: fix snaps X-Git-Tag: php-5.0.4RC1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b6bf6ab5885d0251f9e4eb6e786af26fc9ffdb0;p=php fix snaps --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 955186b162..31ba81ee80 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.42.2.1 2005-01-20 03:28:04 wez Exp $ +// $Id: confutils.js,v 1.42.2.2 2005-02-13 21:40:28 wez Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -349,7 +349,8 @@ can be built that way. \ '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;