Module submission - php5
V
stelzy at gmail.com
Thu Aug 24 10:09:49 UTC 2006
module name : php5
suggested section : zbeta
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Added SQLite support.. and UTF-8 support for SQLite.
-------------- 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-24 14:04:55.767302750 +0400
@@ -41,6 +41,11 @@
"" \
"for GNU dbm support" &&
+optional_depends "sqlite" \
+ "--with-pdo-sqlite=/usr" \
+ "" \
+ "for SQLite support" &&
+
optional_depends "postgresql" \
"--with-pgsql=/usr" \
"" \
-------------- 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