]> granicus.if.org Git - php/commitdiff
Forgot to link this function...
authorZeev Suraski <zeev@php.net>
Tue, 18 Jul 2000 20:32:39 +0000 (20:32 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 18 Jul 2000 20:32:39 +0000 (20:32 +0000)
Zend/zend_builtin_functions.c

index 5ffa1311fcf386295b014b83e1670a90deeac460..079943afef5c5c162dbb14b1dd52630e694b0147 100644 (file)
@@ -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