From: Andi Gutmans Date: Tue, 13 Apr 2004 15:27:36 +0000 (+0000) Subject: - Fix API no of Engine 2. The first number is the engine version and the X-Git-Tag: php-5.0.0RC2RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f47f334025cb5ced76c526904491a585f7d0127;p=php - Fix API no of Engine 2. The first number is the engine version and the - rest is the API_NO. This way engine2_api_no is always greater than - engine1_api_no. --- diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index 35fdb0048d..7a66c0fd54 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -24,7 +24,7 @@ #include "zend_compile.h" -#define ZEND_EXTENSION_API_NO 90040412 +#define ZEND_EXTENSION_API_NO 220040412 typedef struct _zend_extension_version_info { int zend_extension_api_no;