File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
#ifndef ZEND_H
23
23
#define ZEND_H
24
24
25
- #define ZEND_VERSION "2.8 .0-dev"
25
+ #define ZEND_VERSION "3.0 .0-dev"
26
26
27
- #define ZEND_ENGINE_2
27
+ #define ZEND_ENGINE_3
28
28
29
29
#define ZEND_MAX_RESERVED_RESOURCES 4
30
30
Original file line number Diff line number Diff line change 25
25
#include "zend_compile.h"
26
26
#include "zend_build.h"
27
27
28
- /* The first number is the engine version and the rest is the date.
28
+ /* The first number is the engine version and the rest is the date (YYYYMMDD) .
29
29
* This way engine 2/3 API no. is always greater than engine 1 API no..
30
30
*/
31
- #define ZEND_EXTENSION_API_NO 220140815
31
+ #define ZEND_EXTENSION_API_NO 320140815
32
32
33
33
typedef struct _zend_extension_version_info {
34
34
int zend_extension_api_no ;
You can’t perform that action at this time.
0 commit comments