diff options
Diffstat (limited to 'build.patch')
-rw-r--r-- | build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/build.patch b/build.patch deleted file mode 100644 index b4b9950..0000000 --- a/build.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ./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> |