]> granicus.if.org Git - php/commitdiff
Bump API numbers
authorDerick Rethans <github@derickrethans.nl>
Wed, 29 May 2019 08:34:10 +0000 (09:34 +0100)
committerDerick Rethans <github@derickrethans.nl>
Wed, 29 May 2019 08:34:10 +0000 (09:34 +0100)
Zend/zend_extensions.h
Zend/zend_modules.h
main/php.h

index a5c9a6f8bc2baa7ed9c45ee5282b7574379736f8..ec2984c3257c5c3e5f22bfd70b583b94106a05f1 100644 (file)
@@ -44,7 +44,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  320180731
+#define ZEND_EXTENSION_API_NO  320190529
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;
index 2558b475cdcb71664e91537c845f4230595c43a9..330932285a5d019336e7acbe82aba2a7e3bbdd1f 100644 (file)
@@ -31,7 +31,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 20180731
+#define ZEND_MODULE_API_NO 20190529
 #ifdef ZTS
 #define USING_ZTS 1
 #else
index be9917922a3d78ae6d426fc472de5ff7dd971ca6..ae5d38bdd23d87a27171c5de6a80e85afda7b032 100644 (file)
@@ -24,7 +24,7 @@
 #include <dmalloc.h>
 #endif
 
-#define PHP_API_VERSION 20180731
+#define PHP_API_VERSION 20190529
 #define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 #define PHP_DEFAULT_CHARSET "UTF-8"