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

index 653125b97e10a16f38e4648806a38c269b1486a1..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 20050809
+#define ZEND_MODULE_API_NO 20050922
 #ifdef ZTS
 #define USING_ZTS 1
 #else