moriyoshi Mon Mar 1 15:25:34 2004 EDT
Modified files:
/php-src/ext/mbstring config.w32
Log:
- Fix win32 build.
# Thanks Nuno Lopes & Derick for letting me know.
http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mbstring/config.w32
diff -u php-src/ext/mbstring/config.w32:1.1 php-src/ext/mbstring/config.w32:1.2
--- php-src/ext/mbstring/config.w32:1.1 Tue Dec 2 18:16:54 2003
+++ php-src/ext/mbstring/config.w32 Mon Mar 1 15:25:33 2004
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.1 2003/12/02 23:16:54 wez Exp $
+// $Id: config.w32,v 1.2 2004/03/01 20:25:33 moriyoshi Exp $
// vim:ft=javascript
ARG_ENABLE("mbstring", "multibyte string functions", "no");
@@ -49,7 +49,12 @@
if (PHP_MBREGEX == "yes") {
ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
- regexec.c reggnu.c regparse.c regposerr.c", "mbstring");
+ regenc.c regexec.c reggnu.c regparse.c regposerr.c \
+ ascii.c big5.c euc_jp.c euc_kr.c euc_tw.c iso8859_1 \
+ iso8859_2.c iso8859_3.c iso8859_4.c iso8859_5.c \
+ iso8859_6.c iso8859_7.c iso8859_8.c iso8859_9.c \
+ iso8859_10.c iso8859_11.c iso8859_13.c iso8859_15.c \
+ iso8859_16.c koi8.c koi8_r.c sjis.c utf8.c", "mbstring");
ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring");
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php