summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-05-29 17:16:52 +0000
committerZeev Suraski <zeev@php.net>2000-05-29 17:16:52 +0000
commitbc7abb330002089a5311bb5482ea4c0ce38f4470 (patch)
treee11fdc2f6dd215664c6f4b6c42c605feee0820ac /Zend/zend_API.h
parentae1043ba0d183dc60eb4211ffa2a329e0d388d97 (diff)
downloadphp-git-bc7abb330002089a5311bb5482ea4c0ce38f4470.tar.gz
Allow disabling of functions for security reasons
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 daab74a0a3..9a19bf21e6 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -113,6 +113,7 @@ void zend_unregister_functions(zend_function_entry *functions, int count, HashTa
ZEND_API int zend_register_module(zend_module_entry *module_entry);
ZEND_API zend_class_entry *register_internal_class(zend_class_entry *class_entry);
ZEND_API zend_module_entry *zend_get_module(int module_number);
+ZEND_API int zend_disable_function(char *function_name, uint function_name_length);
ZEND_API void wrong_param_count(void);