mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Revert API bump
This commit is contained in:
parent
3d438cc06a
commit
db07396fe8
@ -25,9 +25,9 @@
|
||||
#include "zend_compile.h"
|
||||
|
||||
/* The first number is the engine version and the rest is the date.
|
||||
* This way engine 2 API no. is always greater than engine 1 API no.
|
||||
* This way engine 2 API no. is always greater than engine 1 API no..
|
||||
*/
|
||||
#define ZEND_EXTENSION_API_NO 220040909
|
||||
#define ZEND_EXTENSION_API_NO 220040718
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
Loading…
Reference in New Issue
Block a user