From 58e1dd2ee8b447d26b86cf24b3fa884fc4f0a191 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 18 Jul 2000 20:32:39 +0000 Subject: Forgot to link this function... --- Zend/zend_builtin_functions.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1