blob: b4b995071ab8cbe0bfd65b9cccc3d1cff2d68bc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|