From: Zeev Suraski Date: Tue, 18 Jul 2000 20:32:39 +0000 (+0000) Subject: Forgot to link this function... X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58e1dd2ee8b447d26b86cf24b3fa884fc4f0a191;p=php Forgot to link this function... --- 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