diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-29 17:08:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-29 17:08:29 +0200 |
commit | 0bf31e8211df275ebb2ca79579b38dcecbf1d4d2 (patch) | |
tree | 59491af7e0157c044ef9a0cc1df1667e98645cfc /10756.patch | |
parent | 1ff1003d4ce8e154b92357a870d7310f085f1897 (diff) |
update to 8.2.5RC1
Diffstat (limited to '10756.patch')
-rw-r--r-- | 10756.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/10756.patch b/10756.patch deleted file mode 100644 index b980bf7..0000000 --- a/10756.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 9f0022064677d180742642f264096a46c09269d3 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Fri, 3 Mar 2023 11:12:13 +0100 -Subject: [PATCH] remove assert raising strange behavior with GCC 10 - ---- - ext/reflection/php_reflection.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c -index 9a9685e7292e..42fec082c173 100644 ---- a/ext/reflection/php_reflection.c -+++ b/ext/reflection/php_reflection.c -@@ -1748,7 +1748,6 @@ ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables) - - zend_op *opline = ops->opcodes + ops->num_args; - if (ops->fn_flags & ZEND_ACC_VARIADIC) { -- ZEND_ASSERT(opline->opcode == ZEND_RECV_VARIADIC); - opline++; - } - |