summaryrefslogtreecommitdiffstats
path: root/build.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-07 14:37:28 +0200
committerRemi Collet <remi@remirepo.net>2021-09-07 14:37:28 +0200
commit1c8bcef56bbf90305e762bd7bc9846bfed6355f2 (patch)
treee651e0b846ae42dcb21f480922655a7cd3eb0f17 /build.patch
parent91dd836932ca334369fad3059567e6ba6897d84d (diff)
update to 5.0.0alpha4
raise dependency on psr 1.1.0 add fix for https://github.com/phalcon/cphalcon/issues/15645 from https://github.com/phalcon/cphalcon/pull/15646
Diffstat (limited to 'build.patch')
-rw-r--r--build.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..b4b9950
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,19 @@
+--- ./phalcon.zep.c.old 2021-09-07 14:01:41.790270964 +0200
++++ ./phalcon.zep.c 2021-09-07 14:01:46.532264202 +0200
+@@ -88,6 +88,16 @@
+ #include <ext/json/php_json.h>
+ #include <ext/session/php_session.h>
+
++#if PHP_VERSION_ID >= 80000
++#include <ext/psr/psr_http_message.h>
++#include <ext/psr/psr_simple_cache.h>
++#include <ext/psr/psr_container.h>
++#include <ext/psr/psr_log.h>
++#include <ext/psr/psr_link.h>
++#include <ext/psr/psr_http_server_middleware.h>
++#include <ext/psr/psr_http_server_handler.h>
++#endif
++
+ #include <Zend/zend_API.h>
+ #include <Zend/zend_operators.h>
+ #include <Zend/zend_exceptions.h>