mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Increased version numbers
This commit is contained in:
parent
61dbf35cfc
commit
9e39a636da
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
/* The first number is the engine version and the rest is the date.
|
||||
* This way engine 2/3 API no. is always greater than engine 1 API no..
|
||||
*/
|
||||
#define ZEND_EXTENSION_API_NO 220121128
|
||||
#define ZEND_EXTENSION_API_NO 220121204
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
|
||||
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
|
||||
|
||||
#define ZEND_MODULE_API_NO 20121128
|
||||
#define ZEND_MODULE_API_NO 20121204
|
||||
#ifdef ZTS
|
||||
#define USING_ZTS 1
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue