Browse Source

- Bump API number so that it actually differs from PHP 4. This is needed

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.
PEAR_1_4DEV
Derick Rethans 22 years ago
parent
commit
f59ac64430
  1. 2
      Zend/zend_modules.h

2
Zend/zend_modules.h

@ -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

Loading…
Cancel
Save