Declare ext/standard constants in stubs - part 7 (#9505)

This commit is contained in:
Máté Kocsis 2022-09-08 13:57:07 +02:00 committed by GitHub
parent 580c29e1a2
commit 3227d04fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 126 additions and 51 deletions

View file

@ -304,7 +304,6 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU);
register_html_constants(INIT_FUNC_ARGS_PASSTHRU);
register_string_constants(INIT_FUNC_ARGS_PASSTHRU);
BASIC_MINIT_SUBMODULE(var)
BASIC_MINIT_SUBMODULE(file)