File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
/* The first number is the engine version and the rest is the date.
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 220100525
31
+ #define ZEND_EXTENSION_API_NO 220121113
32
32
33
33
typedef struct _zend_extension_version_info {
34
34
int zend_extension_api_no ;
Original file line number Diff line number Diff line change 33
33
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
34
34
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
35
35
36
- #define ZEND_MODULE_API_NO 20100525
36
+ #define ZEND_MODULE_API_NO 20121113
37
37
#ifdef ZTS
38
38
#define USING_ZTS 1
39
39
#else
Original file line number Diff line number Diff line change 26
26
#include <dmalloc.h>
27
27
#endif
28
28
29
- #define PHP_API_VERSION 20100412
29
+ #define PHP_API_VERSION 20121113
30
30
#define PHP_HAVE_STREAMS
31
31
#define YYDEBUG 0
32
32
You can’t perform that action at this time.
0 commit comments