From: Marcus Boerger Date: Tue, 25 Oct 2005 19:42:55 +0000 (+0000) Subject: - api was changed, also we are here in api 3.*, not 2 anymore X-Git-Tag: RELEASE_0_9_1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b584a1499464993f0ad4b60bb73a995fe9b6b80;p=php - api was changed, also we are here in api 3.*, not 2 anymore --- diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index fbe9eee165..cf9f047673 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/3 API no. is always greater than engine 1 API no.. */ -#define ZEND_EXTENSION_API_NO 220050920 +#define ZEND_EXTENSION_API_NO 320051025 typedef struct _zend_extension_version_info { int zend_extension_api_no;