Module submission - php5
V
stelzy at gmail.com
Fri Aug 25 09:30:55 UTC 2006
module name : php5
suggested section : zbeta
update (y/n) : y
bugfix (y/n) : y
security (y/n) : n
Bugfix in php 5.1.5
-------------- next part --------------
--- php5/CONFIGURE 2006-05-09 18:31:54.000000000 +0400
+++ php5/CONFIGURE 2006-08-24 14:09:10.551225750 +0400
@@ -11,6 +11,10 @@
OPTS="$OPTS --enable-trans-sid"
fi
+ if query "Enable UTF-8 support for SQLite?" y; then
+ OPTS="$OPTS --enable-sqlite-utf8"
+ fi
+
if query "Enable sockets support (experimental)?" y; then
OPTS="$OPTS --enable-sockets"
fi
--- php5/DEPENDS 2006-08-14 23:01:44.000000000 +0400
+++ php5/DEPENDS 2006-08-25 13:14:50.571152250 +0400
@@ -41,6 +41,11 @@
"" \
"for GNU dbm support" &&
+optional_depends "sqlite" \
+ "--with-pdo-sqlite=/usr" \
+ "" \
+ "for PDO SQLite support" &&
+
optional_depends "postgresql" \
"--with-pgsql=/usr" \
"" \
--- php5/DETAILS 2006-08-19 15:01:43.000000000 +0400
+++ php5/DETAILS 2006-08-25 13:17:47.902234750 +0400
@@ -1,5 +1,5 @@
MODULE=php5
- VERSION=5.1.5
+ VERSION=5.1.6
IMAP_VERSION=2004g
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE=php-$VERSION.tar.bz2
@@ -12,11 +12,11 @@
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:2e8ba214677fa2002fe2f10c2b917d626a5fe5b0
+ SOURCE_VFY=sha1:a20b946f1de0a8a35a8a6bf437adbba4e5448d27
SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
WEB_SITE=http://www.php.net
ENTERED=20040919
- UPDATED=20060819
+ UPDATED=20060825
SHORT="PHP is the PHP: Hypertext Processor scripting language."
cat << EOF
-------------- next part --------------
lvu submit php5 112ed173f1a90a4b5d7dc5fcdb4d4b2e -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list