From 3b6bf6ab5885d0251f9e4eb6e786af26fc9ffdb0 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 13 Feb 2005 21:40:28 +0000 Subject: [PATCH] fix snaps --- win32/build/confutils.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.40.0