|
|
@ -28,7 +28,7 @@ |
|
|
/* The first number is the engine version and the rest is the date. |
|
|
/* The first number is the engine version and the rest is the date. |
|
|
* This way engine 2/3 API no. is always greater than engine 1 API no.. |
|
|
* This way engine 2/3 API no. is always greater than engine 1 API no.. |
|
|
*/ |
|
|
*/ |
|
|
#define ZEND_EXTENSION_API_NO 220090626 |
|
|
|
|
|
|
|
|
#define ZEND_EXTENSION_API_NO 220100409 |
|
|
|
|
|
|
|
|
typedef struct _zend_extension_version_info { |
|
|
typedef struct _zend_extension_version_info { |
|
|
int zend_extension_api_no; |
|
|
int zend_extension_api_no; |
|
|
|