aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/zend_execute_API.c.patch
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2010-08-04 23:22:29 +0000
committerAndrew Manison <amanison@anselsystems.com>2010-08-04 23:22:29 +0000
commite692c6d8a84c2f8424704824ee5a1f09b6d31fee (patch)
tree48963a89a34ffac54a41caea12d4fdf0435e5e8e /main/php/zend_execute_API.c.patch
parentf3eb155dab5d8de075f99dee8bfe7a8bb750732c (diff)
parente5103dee420328c76983c537c09f956b7358af18 (diff)
downloadaports-e692c6d8a84c2f8424704824ee5a1f09b6d31fee.tar.bz2
aports-e692c6d8a84c2f8424704824ee5a1f09b6d31fee.tar.xz
Merge remote branch 'alpine/master'
Diffstat (limited to 'main/php/zend_execute_API.c.patch')
-rw-r--r--main/php/zend_execute_API.c.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/php/zend_execute_API.c.patch b/main/php/zend_execute_API.c.patch
deleted file mode 100644
index 0976a7b391..0000000000
--- a/main/php/zend_execute_API.c.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- PHP_5_3/Zend/zend_execute_API.c 2009/12/18 18:41:53 292294
-+++ PHP_5_3/Zend/zend_execute_API.c 2009/12/18 19:12:11 292295
-@@ -838,6 +838,7 @@
- zval *param;
-
- if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION
-+ && (EX(function_state).function->common.fn_flags & ZEND_ACC_CALL_VIA_HANDLER) == 0
- && !ARG_SHOULD_BE_SENT_BY_REF(EX(function_state).function, i + 1)
- && PZVAL_IS_REF(*fci->params[i])) {
- SEPARATE_ZVAL(fci->params[i]);