hirokawa Thu Jul 17 14:10:53 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard config.w32
Log:
fixed win32 build when ext/mbstring is enabled.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.w32?r1=1.4.2.2.2.1.2.2&r2=1.4.2.2.2.1.2.3&diff_format=u
Index: php-src/ext/standard/config.w32
diff -u php-src/ext/standard/config.w32:1.4.2.2.2.1.2.2
php-src/ext/standard/config.w32:1.4.2.2.2.1.2.3
--- php-src/ext/standard/config.w32:1.4.2.2.2.1.2.2 Thu May 22 22:06:15 2008
+++ php-src/ext/standard/config.w32 Thu Jul 17 14:10:53 2008
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.4.2.2.2.1.2.2 2008/05/22 22:06:15 kalle Exp $
+// $Id: config.w32,v 1.4.2.2.2.1.2.3 2008/07/17 14:10:53 hirokawa Exp $
ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files",
"");
@@ -21,3 +21,6 @@
user_filters.c uuencode.c filters.c proc_open.c \
streamsfuncs.c http.c flock_compat.c", false /* never shared */);
+if (PHP_MBREGEX != "no") {
+ CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX +
";ext\\mbstring\\oniguruma")
+}
\ No newline at end of file
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php