Fix ZEND_EXTENSION_API_NO

This commit is contained in:
Christoph M. Becker 2018-07-31 14:11:39 +02:00
parent 144e8d1f83
commit f6ee308143

View 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 20180731
#define ZEND_EXTENSION_API_NO 320180731
typedef struct _zend_extension_version_info {
int zend_extension_api_no;