Module submission - php5

stelzy@gmail.com stelzy at gmail.com
Tue Oct 17 18:56:02 UTC 2006


module name       : php5
suggested section : compilers
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n


MySQLi support added

-------------- next part --------------
--- php5/BUILD	2006-10-12 19:31:46.000000000 +0400
+++ php5/BUILD	2006-10-17 22:11:13.472406250 +0400
@@ -22,6 +22,10 @@
     OPTS="$OPTS --enable-sqlite-utf8"
   fi
 
+  if [ "$USE_MYSQLI" == "y" ]; then
+    OPTS="$OPTS --with-mysqli=/usr/bin/mysql_config"
+  fi
+
   if [ "$USE_SOCKETS" == "y" ]; then
     OPTS="$OPTS --enable-sockets"
   fi
--- php5/CONFIGURE	2006-10-12 19:31:46.000000000 +0400
+++ php5/CONFIGURE	2006-10-17 22:10:13.724672250 +0400
@@ -3,6 +3,7 @@
 mquery USE_FTP "Install ftp support?" y
 mquery USE_SESSIONID "Enable transparent session id?" y
 mquery USE_SQLITE "Enable UTF-8 support for SQLite?" y
+mquery USE_MYSQLI "Enable mysqli support for MySQL?" n
 mquery USE_SOCKETS "Enable sockets support (experimental)?" y
 mquery USE_NCURSES "Enable ncurses support (experimental)?" y
 if module_installed lighttpd; then
-------------- next part --------------
lvu submit php5 9890f309f3d09100a37b25edd1c960fa  -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list