We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7251a8 commit 90d916cCopy full SHA for 90d916c
Zend/zend.h
@@ -22,9 +22,9 @@
22
#ifndef ZEND_H
23
#define ZEND_H
24
25
-#define ZEND_VERSION "2.8.0-dev"
+#define ZEND_VERSION "3.0.0-dev"
26
27
-#define ZEND_ENGINE_2
+#define ZEND_ENGINE_3
28
29
#define ZEND_MAX_RESERVED_RESOURCES 4
30
Zend/zend_extensions.h
@@ -25,10 +25,10 @@
#include "zend_compile.h"
#include "zend_build.h"
-/* The first number is the engine version and the rest is the date.
+/* The first number is the engine version and the rest is the date (YYYYMMDD).
* This way engine 2/3 API no. is always greater than engine 1 API no..
*/
31
-#define ZEND_EXTENSION_API_NO 220140815
+#define ZEND_EXTENSION_API_NO 320140815
32
33
typedef struct _zend_extension_version_info {
34
int zend_extension_api_no;
0 commit comments