]> granicus.if.org Git - php/commitdiff
bump API number
authorAntony Dovgal <tony2001@php.net>
Thu, 22 Sep 2005 19:13:32 +0000 (19:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 22 Sep 2005 19:13:32 +0000 (19:13 +0000)
Zend/zend_modules.h

index c859e5fe6c11b947848c4431be000a230d4ad4b0..ad562c10227d62a6343be2e2cec584043cbfe774 100644 (file)
@@ -38,7 +38,7 @@ extern struct _zend_arg_info third_arg_force_ref[4];
 extern struct _zend_arg_info fourth_arg_force_ref[5];
 extern struct _zend_arg_info all_args_by_ref[1];
 
-#define ZEND_MODULE_API_NO 20050617
+#define ZEND_MODULE_API_NO 20050922
 #ifdef ZTS
 #define USING_ZTS 1
 #else