We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78c536 commit b636c03Copy full SHA for b636c03
NEWS
@@ -14,6 +14,7 @@ PHP NEWS
14
. Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
15
. Fixed bug #65821 (By-ref foreach on property access of string offset
16
segfaults). (Nikita)
17
+ . Fixed bug #65936 (dangling context pointer causes crash). (Tony)
18
19
- CLI server:
20
. Fixed bug #65633 (built-in server treat some http headers as
ext/standard/basic_functions.c
@@ -3639,6 +3639,7 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
3639
3640
BASIC_ADD_SUBMODULE(dl)
3641
BASIC_ADD_SUBMODULE(mail)
3642
+ BASIC_ADD_SUBMODULE(streams)
3643
BASIC_MINIT_SUBMODULE(file)
3644
BASIC_MINIT_SUBMODULE(pack)
3645
BASIC_MINIT_SUBMODULE(browscap)
0 commit comments