We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ad385 commit 8401580Copy full SHA for 8401580
ext/standard/basic_functions.c
@@ -3419,6 +3419,9 @@ const zend_function_entry basic_functions[] = { /* {{{ */
3419
PHP_FE(connection_status, arginfo_connection_status)
3420
PHP_FE(ignore_user_abort, arginfo_ignore_user_abort)
3421
PHP_FE(parse_ini_file, arginfo_parse_ini_file)
3422
+#if ZEND_DEBUG
3423
+ PHP_FE(config_get_hash, arginfo_config_get_hash)
3424
+#endif
3425
PHP_FE(is_uploaded_file, arginfo_is_uploaded_file)
3426
PHP_FE(move_uploaded_file, arginfo_move_uploaded_file)
3427
0 commit comments