summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2006-03-26 04:40:11 +0000
committerSara Golemon <pollita@php.net>2006-03-26 04:40:11 +0000
commita64789a4525f3946d619097bb059ace8cdf7e1f4 (patch)
treee9f1286ea516c152931af6f52148a152576df89d /NEWS
parentc254b21cca93317b5610b1bc545aaa2394a50b4d (diff)
downloadphp-git-a64789a4525f3946d619097bb059ace8cdf7e1f4.tar.gz
Expand stream_context_create() to allow specifying params
as well as options. Ignore the internal name change of the first arg. The first arg is still for options, the second arg is for actual params.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d437858c7..265e986573 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ PHP NEWS
the part of haystack before or after first occurence of needle. (Johannes)
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
+- Added second optional parameter to stream_context_create() to set params
+ during context creation. (Sara)
- Fixed bug #36840 (Memory leak if cast operator throws an exception that is
caught). (Dmitry)
- Fixed bug #36630 (umask not reset at the end of the request). (Ilia)