diff options
author | Andi Gutmans <andi@php.net> | 2000-06-09 14:41:33 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-09 14:41:33 +0000 |
commit | 6bcc8ff0c767ad22d43b8e17f1f43f4d6ad3ccfa (patch) | |
tree | fae049d8b8b1f62c3b7f888bc0b52b5148888afa | |
parent | eb0e69466571093c6f6cb70c05efea1489b8f571 (diff) | |
download | php-git-6bcc8ff0c767ad22d43b8e17f1f43f4d6ad3ccfa.tar.gz |
- Time to change it. We changed register_internal_class() ->
- zend_register_internal_class()
-rw-r--r-- | Zend/zend_modules.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 45128b4005..16d918c75b 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -37,8 +37,7 @@ extern unsigned char second_arg_allow_ref[]; #include "zend.h" -#define ZEND_MODULE_API_NO 20000401 - +#define ZEND_MODULE_API_NO 20000609 #ifdef ZTS #define USING_ZTS 1 #else |