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 6
Closes GH-9467
This commit is contained in:
parent
5c3559464b
commit
cfa72ff3af
5 changed files with 143 additions and 37 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "php_globals.h"
|
||||
#include "php_variables.h"
|
||||
#include "php_ini.h"
|
||||
#include "php_image.h"
|
||||
#include "php_standard.h"
|
||||
#include "php_math.h"
|
||||
#include "php_http.h"
|
||||
|
@ -348,7 +349,6 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
|
|||
BASIC_MINIT_SUBMODULE(exec)
|
||||
|
||||
BASIC_MINIT_SUBMODULE(user_streams)
|
||||
BASIC_MINIT_SUBMODULE(imagetypes)
|
||||
|
||||
php_register_url_stream_wrapper("php", &php_stream_php_wrapper);
|
||||
php_register_url_stream_wrapper("file", &php_plain_files_wrapper);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue