summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-19 15:41:26 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-19 15:41:26 +0000
commitd45b2c6bc3f72e096039d743788a1627ee9c0f54 (patch)
tree77e50de0d7b6fbfa9544eca56ea8f417e625017f /NEWS
parenta145c1b4cec64b0781d7e34f157d25c7270002fc (diff)
downloadphp-git-d45b2c6bc3f72e096039d743788a1627ee9c0f54.tar.gz
MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37e276720c..79a82ac0fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ????? 2004, PHP 5 Release Candidate 2
+- Fixed bug #27628 (Simplify the process of making a POST request via stream
+ context). (Ilia)
- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
- Fixed bug #27457 (handling of numeric indexes in strtr()). (Dmitry)