[Lunar-commits] r25598 - in moonbase/trunk/compilers: php5 php5-suhosin
Jon South
striker at lunar-linux.org
Fri Aug 24 13:26:38 CEST 2007
Author: striker
Date: 2007-08-24 13:26:38 +0200 (Fri, 24 Aug 2007)
New Revision: 25598
Modified:
moonbase/trunk/compilers/php5-suhosin/CONFIGURE
moonbase/trunk/compilers/php5/CONFIGURE
Log:
Fix mbstring option to use --enable-zend-multibyte
Modified: moonbase/trunk/compilers/php5/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php5/CONFIGURE 2007-08-23 22:03:46 UTC (rev 25597)
+++ moonbase/trunk/compilers/php5/CONFIGURE 2007-08-24 11:26:38 UTC (rev 25598)
@@ -5,5 +5,5 @@
mquery USE_SQLITE "Enable UTF-8 support for SQLite?" y "--enable-sqlite-utf8" ""
mquery USE_SOCKETS "Enable sockets support (experimental)?" y "--enable-sockets" ""
mquery USE_NCURSES "Enable ncurses support (experimental)?" y "--with-ncurses" ""
-mquery USE_MBYTESTR "Enable multibyte string support?" n "--enable-mbstring" ""
+mquery USE_MBYTESTR "Enable multibyte string support?" n "--enable-mbstring --enable-zend-multibyte" ""
mquery USE_MBYTEREGEX "Enable multibyte regular expression functions?" n "" "--disable-mbregex"
Modified: moonbase/trunk/compilers/php5-suhosin/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php5-suhosin/CONFIGURE 2007-08-23 22:03:46 UTC (rev 25597)
+++ moonbase/trunk/compilers/php5-suhosin/CONFIGURE 2007-08-24 11:26:38 UTC (rev 25598)
@@ -5,5 +5,5 @@
mquery USE_SQLITE "Enable UTF-8 support for SQLite?" y "--enable-sqlite-utf8" ""
mquery USE_SOCKETS "Enable sockets support (experimental)?" y "--enable-sockets" ""
mquery USE_NCURSES "Enable ncurses support (experimental)?" y "--with-ncurses" ""
-mquery USE_MBYTESTR "Enable multibyte string support?" n "--enable-mbstring" ""
+mquery USE_MBYTESTR "Enable multibyte string support?" n "--enable-mbstring --enable-zend-multibyte" ""
mquery USE_MBYTEREGEX "Enable multibyte regular expression functions?" n "" "--disable-mbregex"
More information about the Lunar-commits
mailing list