Browse Source

Bump all API numbers in prep for 7.2 fork

pull/2636/merge
Sara Golemon 9 years ago
parent
commit
05ff0c5180
No known key found for this signature in database GPG Key ID: DBDB397470D12172
  1. 2
      Zend/zend_extensions.h
  2. 2
      Zend/zend_modules.h
  3. 2
      main/php.h

2
Zend/zend_extensions.h

@ -46,7 +46,7 @@ You can use the following macro to check the extension API version for compatibi
/* 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.. */
#define ZEND_EXTENSION_API_NO 320160731
#define ZEND_EXTENSION_API_NO 320170718
typedef struct _zend_extension_version_info {
int zend_extension_api_no;

2
Zend/zend_modules.h

@ -33,7 +33,7 @@
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
#define ZEND_MODULE_API_NO 20160731
#define ZEND_MODULE_API_NO 20170718
#ifdef ZTS
#define USING_ZTS 1
#else

2
main/php.h

@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
#define PHP_API_VERSION 20170715
#define PHP_API_VERSION 20170718
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"

Loading…
Cancel
Save