]> granicus.if.org Git - php/commitdiff
- Bump API number so that it actually differs from PHP 4. This is needed
authorDerick Rethans <derick@php.net>
Tue, 16 Mar 2004 21:32:40 +0000 (21:32 +0000)
committerDerick Rethans <derick@php.net>
Tue, 16 Mar 2004 21:32:40 +0000 (21:32 +0000)
  because we don't want PHP 4 and PHP 5 extensions to be in the same directory
  when doing "make install" for shared, or phpize'd extensions.

Zend/zend_modules.h

index f366c9ed98b13dcc6539801d2d728ee123995b8e..efcb3673ecfdf18b74497ae255329e266a6b32f0 100644 (file)
@@ -37,7 +37,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 20020429
+#define ZEND_MODULE_API_NO 20040316
 #ifdef ZTS
 #define USING_ZTS 1
 #else