From: Andi Gutmans Date: Thu, 9 Sep 2004 17:08:25 +0000 (+0000) Subject: - Revert API bump X-Git-Tag: PRE_NEW_VM_GEN_PATCH~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db07396fe8c267b93f0a614483f7ced3943117bd;p=php - Revert API bump --- diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index 236072b0de..a54d9fa21d 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -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;