summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-10-12 18:40:30 +0000
committerSebastian Bergmann <sebastian@php.net>2001-10-12 18:40:30 +0000
commit01850714eedb9def968de5022c3767ec4fc07b0b (patch)
treee1f7ad90c6638408fa70ff3e774e806a6e22b733 /Zend/zend_API.h
parentce6dde342b9c7dbfa8d2c52dfdc302178e4e888d (diff)
downloadphp-git-01850714eedb9def968de5022c3767ec4fc07b0b.tar.gz
MFZE1: Introduced extension version numbers (Stig)
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 86f735d167..3da2b158e5 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -137,6 +137,7 @@ ZEND_API int zend_disable_function(char *function_name, uint function_name_lengt
ZEND_API void zend_wrong_param_count(TSRMLS_D);
ZEND_API zend_bool zend_is_callable(zval *callable, zend_bool syntax_only, char **callable_name);
+ZEND_API char *zend_get_module_version(char *module_name);
#define getThis() (this_ptr)