packages: php/php.spec - rel 2; disable mysqlnd by default (doesn't match p...
arekm
arekm at pld-linux.org
Thu Jun 3 22:05:19 CEST 2010
Author: arekm Date: Thu Jun 3 20:05:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; disable mysqlnd by default (doesn't match previous lib feature set)
---- Files affected:
packages/php:
php.spec (1.868 -> 1.869)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.868 packages/php/php.spec:1.869
--- packages/php/php.spec:1.868 Tue Jun 1 19:14:02 2010
+++ packages/php/php.spec Thu Jun 3 22:05:11 2010
@@ -39,7 +39,8 @@
%bcond_without ldap # without LDAP extension module
%bcond_without mm # without mm support for session storage
%bcond_without mssql # without MS SQL extension module
-%bcond_without mysqlnd # without mysqlnd support in mysql related extensions
+# don't turn it on by default; see TODO item for mysqlnd in this spec
+%bcond_with mysqlnd # without mysqlnd support in mysql related extensions
%bcond_without mysqli # without mysqli support (Requires mysql > 4.1)
%bcond_without odbc # without ODBC extension module
%bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
@@ -90,7 +91,7 @@
%undefine with_filter
%endif
-%define rel 1
+%define rel 2
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -3080,6 +3081,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.869 2010/06/03 20:05:11 arekm
+- rel 2; disable mysqlnd by default (doesn't match previous lib feature set)
+
Revision 1.868 2010/06/01 17:14:02 glen
- release 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.868&r2=1.869&f=u
More information about the pld-cvs-commit
mailing list