mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix ZEND_EXTENSION_API_NO
This commit is contained in:
parent
144e8d1f83
commit
f6ee308143
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue