mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
increase API versions
This commit is contained in:
parent
5492fe9f25
commit
dcbbf7c38d
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
/* The first number is the engine version and the rest is the date (YYYYMMDD).
|
/* 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..
|
* This way engine 2/3 API no. is always greater than engine 1 API no..
|
||||||
*/
|
*/
|
||||||
#define ZEND_EXTENSION_API_NO 320140815
|
#define ZEND_EXTENSION_API_NO 320151012
|
||||||
|
|
||||||
typedef struct _zend_extension_version_info {
|
typedef struct _zend_extension_version_info {
|
||||||
int zend_extension_api_no;
|
int zend_extension_api_no;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
|
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
|
||||||
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
|
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
|
||||||
|
|
||||||
#define ZEND_MODULE_API_NO 20141001
|
#define ZEND_MODULE_API_NO 20151012
|
||||||
#ifdef ZTS
|
#ifdef ZTS
|
||||||
#define USING_ZTS 1
|
#define USING_ZTS 1
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <dmalloc.h>
|
#include <dmalloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PHP_API_VERSION 20131218
|
#define PHP_API_VERSION 20151012
|
||||||
#define PHP_HAVE_STREAMS
|
#define PHP_HAVE_STREAMS
|
||||||
#define YYDEBUG 0
|
#define YYDEBUG 0
|
||||||
#define PHP_DEFAULT_CHARSET "UTF-8"
|
#define PHP_DEFAULT_CHARSET "UTF-8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue