PR: #3947
Declare user_shutdown_function_name() as static to kill warning.
PHP_FALIAS(join, implode, NULL)
PHP_FE(sql_regcase, NULL)
+#ifdef HAVE_LIBDL
/* functions from dl.c */
PHP_FE(dl, NULL)
+#endif
/* functions from file.c */
PHP_FE(pclose, NULL)
}
-int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry)
+static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry)
{
zval retval;
CLS_FETCH();