packages: php-pecl-bcompiler/php-pecl-bcompiler-php52.patch (NEW) - new

adamg adamg at pld-linux.org
Sun Jan 3 23:08:12 CET 2010


Author: adamg                        Date: Sun Jan  3 22:08:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-pecl-bcompiler:
   php-pecl-bcompiler-php52.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-pecl-bcompiler/php-pecl-bcompiler-php52.patch
diff -u /dev/null packages/php-pecl-bcompiler/php-pecl-bcompiler-php52.patch:1.1
--- /dev/null	Sun Jan  3 23:08:12 2010
+++ packages/php-pecl-bcompiler/php-pecl-bcompiler-php52.patch	Sun Jan  3 23:08:07 2010
@@ -0,0 +1,14 @@
+--- php-pecl-bcompiler-0.9.2/bcompiler-0.9.2/bcompiler.c.orig	2010-01-03 23:00:10.490142276 +0100
++++ php-pecl-bcompiler-0.9.2/bcompiler-0.9.2/bcompiler.c	2010-01-03 23:04:26.440532359 +0100
+@@ -1489,7 +1489,11 @@
+ 		}
+ 	}
+ #else
++#if PHP_MINOR_VERSION < 3
++	if (!zend_is_callable(func, 0, &name)) {
++#else
+ 	if (!zend_is_callable(func, 0, &name TSRMLS_CC)) {
++#endif
+ 		if (name && *name == 0) {
+ 			func = NULL;
+ 		} else {
================================================================


More information about the pld-cvs-commit mailing list