From: Derick Rethans Date: Thu, 9 Sep 2004 07:41:32 +0000 (+0000) Subject: - Bump the API number to work around this major breakage. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d2302830f5608785744e440de3fe6770caa2872;p=php - Bump the API number to work around this major breakage. --- diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index a54d9fa21d..236072b0de 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 220040718 +#define ZEND_EXTENSION_API_NO 220040909 typedef struct _zend_extension_version_info { int zend_extension_api_no;