Declare ext/standard constants in stubs - part 6

Closes GH-9467
This commit is contained in:
Máté Kocsis 2022-09-02 13:00:07 +02:00
parent 5c3559464b
commit cfa72ff3af
No known key found for this signature in database
GPG key ID: FD055E41728BF310
5 changed files with 143 additions and 37 deletions

View file

@ -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);