Module submission - php5
stelzy@gmail.com
stelzy at gmail.com
Thu Nov 2 22:55:55 CET 2006
module name : php5
suggested section : compilers
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
To 5.2.0 + Added some fixes (redirection) for fastcgi (lighttpd)
build.
-------------- next part --------------
--- php5/BUILD 2006-10-23 02:29:41.000000000 +0400
+++ php5/BUILD 2006-11-03 00:36:07.965726000 +0300
@@ -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
@@ -31,7 +35,7 @@
fi
if [ "$USE_FASTCGI" == "y" ]; then
- OPTS="$OPTS --enable-fastcgi"
+ OPTS="$OPTS --enable-fastcgi --enable-force-cgi-redirect"
fi
if [ "$USE_MBYTESTR" == "y" ]; then
--- php5/CONFIGURE 2006-10-23 02:29:41.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
--- php5/DETAILS 2006-10-23 02:29:41.000000000 +0400
+++ php5/DETAILS 2006-11-03 00:32:12.074983750 +0300
@@ -1,5 +1,5 @@
MODULE=php5
- VERSION=5.1.6
+ VERSION=5.2.0
IMAP_VERSION=2004g
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE=php-$VERSION.tar.bz2
@@ -12,12 +12,12 @@
SOURCE_URL[6]=http://fr.php.net/distributions/
SOURCE2=imap-$IMAP_VERSION.tar.Z
SOURCE2_URL=ftp://ftp.cac.washington.edu/imap/
- SOURCE_VFY=sha1:a20b946f1de0a8a35a8a6bf437adbba4e5448d27
+ SOURCE_VFY=sha1:6306829b1b252156ca3a936ec809aba89a71d9e1
SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
- WEB_SITE=http://www.php.net
+ WEB_SITE=http://www.php.net/
ENTERED=20040919
- UPDATED=20060826
- SHORT="PHP is the PHP: Hypertext Processor scripting language."
+ UPDATED=20061103
+ SHORT="PHP is the PHP: Hypertext Processor scripting language"
cat << EOF
PHP is a widely-used Open Source general-purpose scripting language
@@ -32,3 +32,4 @@
Open Source and commercial PHP-based application packages are
available.
EOF
+
-------------- 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