Skip to content

Commit f6ee308

Browse files
committed
Fix ZEND_EXTENSION_API_NO
1 parent 144e8d1 commit f6ee308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can use the following macro to check the extension API version for compatibi
4444

4545
/* The first number is the engine version and the rest is the date (YYYYMMDD).
4646
* This way engine 2/3 API no. is always greater than engine 1 API no.. */
47-
#define ZEND_EXTENSION_API_NO 20180731
47+
#define ZEND_EXTENSION_API_NO 320180731
4848

4949
typedef struct _zend_extension_version_info {
5050
int zend_extension_api_no;

0 commit comments

Comments
 (0)