diff options
Diffstat (limited to 'phalcon-php82.patch')
-rw-r--r-- | phalcon-php82.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phalcon-php82.patch b/phalcon-php82.patch new file mode 100644 index 0000000..9ba2843 --- /dev/null +++ b/phalcon-php82.patch @@ -0,0 +1,28 @@ +Partial fix taken from + + +From 2141babe8b5b00c34a8677489d673e7b322384ef Mon Sep 17 00:00:00 2001 +From: Anton Vasiliev <aionbase@gmail.com> +Date: Tue, 28 Feb 2023 10:07:02 +0000 +Subject: [PATCH 2/2] #16293 - Regenerate phalcon.zep.c + +--- + build/phalcon/phalcon.zep.c | 310572 +++++++++++++++++---------------- + 1 file changed, 155288 insertions(+), 155284 deletions(-) + +diff --git a/build/phalcon/phalcon.zep.c b/build/phalcon/phalcon.zep.c +index e56befbd5e3..ec2ab669faf 100644 +--- a/build/phalcon/phalcon.zep.c ++++ b/build/phalcon/phalcon.zep.c +@@ -82,6 +82,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + #include <ext/spl/spl_iterators.h> + #include <ext/spl/spl_array.h> + ++#if defined ZEPHIR_USE_PHP_PCRE && ZEPHIR_USE_PHP_PCRE ++#include <ext/pcre/php_pcre.h> ++#endif ++ + #include <ext/pdo/php_pdo_driver.h> + #include <ext/hash/php_hash.h> + #include <ext/date/php_date.h> + |