diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-01 16:14:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-01 16:14:31 +0100 |
commit | 988b89b087ec924afda4513698baa36a9028f04c (patch) | |
tree | 80e5972dadc186cf96d0589ee51dfbed135b2fd9 /phalcon-php82.patch | |
parent | a2b209b2c72fd10fc14541243e8e7160b2f724e2 (diff) |
update to 5.2.1
Diffstat (limited to 'phalcon-php82.patch')
-rw-r--r-- | phalcon-php82.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/phalcon-php82.patch b/phalcon-php82.patch deleted file mode 100644 index 9ba2843..0000000 --- a/phalcon-php82.patch +++ /dev/null @@ -1,28 +0,0 @@ -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> - |