diff options
author | Derick Rethans <derick@php.net> | 2004-03-16 21:32:40 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-03-16 21:32:40 +0000 |
commit | f59ac64430767798055b5f5463eb694b78e2fffb (patch) | |
tree | aa9cb8a2182123310ae88aa8115cd1f8ec84a8b3 /Zend/zend_modules.h | |
parent | cbaa43ff1282e35991e90daa566a14c35383a34a (diff) | |
download | php-git-f59ac64430767798055b5f5463eb694b78e2fffb.tar.gz |
- 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.
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r-- | Zend/zend_modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index f366c9ed98..efcb3673ec 100644 --- a/Zend/zend_modules.h +++ b/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 |