aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/zend_execute_API.c.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-27 09:16:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-27 09:17:27 +0000
commit2baa221ac5044549d9ad58611b2316243bb126d0 (patch)
tree6349a6e152efa33a0ac254ae865cddf10aa111c7 /main/php/zend_execute_API.c.patch
parentfe4a8497b1092eb2a4e39370936cf87ed10ab52c (diff)
downloadaports-2baa221ac5044549d9ad58611b2316243bb126d0.tar.bz2
aports-2baa221ac5044549d9ad58611b2316243bb126d0.tar.xz
main/php: upgrade to 5.3.3
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]);