diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-08 12:00:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-08 12:00:24 +0100 |
commit | 372dccd3521a0ec614470cf94ca03bc5eea49191 (patch) | |
tree | e04b55034a9f5db6122afee6b0b8c4e23d44ebd0 /php-wip.patch | |
parent | 051634248b0a6938a3526904336330a5d44d0c59 (diff) |
PHP 5.5.8
Diffstat (limited to 'php-wip.patch')
-rw-r--r-- | php-wip.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/php-wip.patch b/php-wip.patch deleted file mode 100644 index 7908956..0000000 --- a/php-wip.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up Zend/zend_compile.c.old Zend/zend_compile.c ---- Zend/zend_compile.c.old 2013-12-20 18:54:27.817018413 +0100 -+++ Zend/zend_compile.c 2013-12-20 18:54:37.015050252 +0100 -@@ -3209,7 +3209,7 @@ static zend_bool zend_do_perform_impleme - } - - /* by-ref constraints on arguments are invariant */ -- if (fe->common.arg_info[i].pass_by_reference != proto->common.arg_info[i].pass_by_reference) { -+ if ((fe->common.arg_info[i].pass_by_reference>0) != (proto->common.arg_info[i].pass_by_reference>0)) { - return 0; - } - } |