summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-09 14:41:33 +0000
committerAndi Gutmans <andi@php.net>2000-06-09 14:41:33 +0000
commit6bcc8ff0c767ad22d43b8e17f1f43f4d6ad3ccfa (patch)
treefae049d8b8b1f62c3b7f888bc0b52b5148888afa
parenteb0e69466571093c6f6cb70c05efea1489b8f571 (diff)
downloadphp-git-6bcc8ff0c767ad22d43b8e17f1f43f4d6ad3ccfa.tar.gz
- Time to change it. We changed register_internal_class() ->
- zend_register_internal_class()
-rw-r--r--Zend/zend_modules.h3
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