SOURCES: php-pecl-PDO-php52.patch (NEW) - new
adamg
adamg at pld-linux.org
Tue Dec 26 16:12:29 CET 2006
Author: adamg Date: Tue Dec 26 15:12:29 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
php-pecl-PDO-php52.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/php-pecl-PDO-php52.patch
diff -u /dev/null SOURCES/php-pecl-PDO-php52.patch:1.1
--- /dev/null Tue Dec 26 16:12:29 2006
+++ SOURCES/php-pecl-PDO-php52.patch Tue Dec 26 16:12:24 2006
@@ -0,0 +1,11 @@
+--- php-pecl-PDO-1.0.3/PDO-1.0.3/pdo.c~ 2006-05-02 04:47:43.000000000 +0200
++++ php-pecl-PDO-1.0.3/PDO-1.0.3/pdo.c 2006-12-26 16:14:19.000000000 +0100
+@@ -74,7 +74,7 @@
+ }
+ }
+ #endif
+-#if (PHP_MAJOR_VERSION < 6)
++#if (PHP_MAJOR_VERSION < 5 && PHP_MINOR_VERSION < 2)
+ return zend_exception_get_default();
+ #else
+ return zend_exception_get_default(TSRMLS_C);
================================================================
More information about the pld-cvs-commit
mailing list