summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Schultz (mschultz) <mattsch@gmail.com>2011-12-15 18:38:12 +0000
committerMatthew Schultz (mschultz) <mattsch@gmail.com>2011-12-15 18:38:12 +0000
commit9b09da3823c5dd0ee6803d5dc56040845c180143 (patch)
treed71e2413154eb5f31f68304742bc745de4561bd0 /dev-php/pecl-bcompiler/files/zend_is_callable.patch
parentdev-python/bottle: Version bump, thanks to mgorny for reviewing (diff)
downloadsunrise-9b09da3823c5dd0ee6803d5dc56040845c180143.tar.gz
sunrise-9b09da3823c5dd0ee6803d5dc56040845c180143.tar.bz2
sunrise-9b09da3823c5dd0ee6803d5dc56040845c180143.zip
sunrise/ dev-php/pecl-oauth: Moved all dev-php5 packages to dev-php since dev-php5 is going away in the main tree
svn path=/sunrise/; revision=12571
Diffstat (limited to 'dev-php/pecl-bcompiler/files/zend_is_callable.patch')
-rw-r--r--dev-php/pecl-bcompiler/files/zend_is_callable.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php/pecl-bcompiler/files/zend_is_callable.patch b/dev-php/pecl-bcompiler/files/zend_is_callable.patch
new file mode 100644
index 000000000..9f41faf9e
--- /dev/null
+++ b/dev-php/pecl-bcompiler/files/zend_is_callable.patch
@@ -0,0 +1,11 @@
+--- bcompiler.c 2010-02-07 00:31:52.000000000 +0300
++++ bcompiler.c.mod 2010-10-23 20:14:58.900710492 +0400
+@@ -1492,7 +1492,7 @@
+ }
+ }
+ #else
+- if (!zend_is_callable(func, 0, &name TSRMLS_CC)) {
++ if (!zend_is_callable(func, 0, &name)) {
+ if (name && *name == 0) {
+ func = NULL;
+ } else {