- Revert API bump

This commit is contained in:
Andi Gutmans 2004-09-09 17:08:25 +00:00
parent 3d438cc06a
commit db07396fe8

View File

@ -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;