summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2013-10-21 15:09:29 +0400
committerAntony Dovgal <tony2001@php.net>2013-10-21 15:09:29 +0400
commitb636c03426193ecf0b7e166126a14b70ce8185e9 (patch)
treeec9cc5712570758ee77f8a60e43a42aed89840af /ext/standard/basic_functions.c
parente78c53680f57e3c15dc977bf035900223125c320 (diff)
downloadphp-git-b636c03426193ecf0b7e166126a14b70ce8185e9.tar.gz
fix bug #65936 (dangling context pointer causes crash)
reported by Leon Sorokin
Diffstat (limited to 'ext/standard/basic_functions.c')
-rw-r--r--ext/standard/basic_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c
index eca7d90368..b4128e066b 100644
--- a/ext/standard/basic_functions.c
+++ b/ext/standard/basic_functions.c
@@ -3639,6 +3639,7 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
BASIC_ADD_SUBMODULE(dl)
BASIC_ADD_SUBMODULE(mail)
+ BASIC_ADD_SUBMODULE(streams)
BASIC_MINIT_SUBMODULE(file)
BASIC_MINIT_SUBMODULE(pack)
BASIC_MINIT_SUBMODULE(browscap)