summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-07-18 20:32:39 +0000
committerZeev Suraski <zeev@php.net>2000-07-18 20:32:39 +0000
commit58e1dd2ee8b447d26b86cf24b3fa884fc4f0a191 (patch)
tree68130f257e5cdf521f41eb244a9ff3ed8f3572d8 /Zend
parenta650dd8a19fc2b9562bfad52d9e2f70bb19777c9 (diff)
downloadphp-git-58e1dd2ee8b447d26b86cf24b3fa884fc4f0a191.tar.gz
Forgot to link this function...
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_builtin_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c
index 5ffa1311fc..079943afef 100644
--- a/Zend/zend_builtin_functions.c
+++ b/Zend/zend_builtin_functions.c
@@ -101,6 +101,7 @@ static zend_function_entry builtin_functions[] = {
ZEND_FE(restore_error_handler, NULL)
ZEND_FE(get_declared_classes, NULL)
ZEND_FE(create_function, NULL)
+ ZEND_FE(get_resource_type, NULL)
#if ZEND_DEBUG
ZEND_FE(zend_test_func, NULL)
#endif