[arch-commits] Commit in php/trunk (PKGBUILD php.ini.patch)

Pierre Schmitz pierre at archlinux.org
Thu Dec 16 20:44:41 UTC 2010


    Date: Thursday, December 16, 2010 @ 15:44:40
  Author: pierre
Revision: 103246

do not build PDO as shared module which is no longer recommend for PHP 5.3

Modified:
  php/trunk/PKGBUILD
  php/trunk/php.ini.patch

---------------+
 PKGBUILD      |    4 ++--
 php.ini.patch |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-16 19:54:38 UTC (rev 103245)
+++ PKGBUILD	2010-12-16 20:44:40 UTC (rev 103246)
@@ -42,7 +42,7 @@
 md5sums=('2c069d8f690933e3bf6a8741ed818150'
          'b66b27c43b1332400ef8982944c3b95b'
          '29cd4241937fee7ec42b08f46c24af72'
-         '8cde8534eb65037762da5bd4e1783420'
+         '3238300834d831a13f9479e5384a5f08'
          '96ca078be6729b665be8a865535a97bf'
          'b136a184dd055c559a03eb8bac562a3c'
          'd50ff349da08110a7cc8c691ce2d0423'
@@ -79,7 +79,7 @@
 		--enable-json=shared \
 		--enable-mbregex \
 		--enable-mbstring \
-		--enable-pdo=shared \
+		--enable-pdo \
 		--enable-phar=shared \
 		--enable-posix=shared \
 		--enable-session \

Modified: php.ini.patch
===================================================================
--- php.ini.patch	2010-12-16 19:54:38 UTC (rev 103245)
+++ php.ini.patch	2010-12-16 20:44:40 UTC (rev 103246)
@@ -27,7 +27,7 @@
  ; On windows:
  ; extension_dir = "ext"
 
-@@ -938,49 +938,50 @@
+@@ -938,49 +938,49 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
@@ -96,7 +96,6 @@
 +;extension=mysql.so
 +;extension=odbc.so
 +;extension=openssl.so
-+;extension=pdo.so
 +;extension=pdo_mysql.so
 +;extension=pdo_odbc.so
 +;extension=pdo_pgsql.so




More information about the arch-commits mailing list