mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Declare ext/standard constants in stubs - part 7 (#9505)
This commit is contained in:
parent
580c29e1a2
commit
3227d04fa9
5 changed files with 126 additions and 51 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue