summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2006-10-11 23:36:32 +0000
committerSara Golemon <pollita@php.net>2006-10-11 23:36:32 +0000
commit3efc8634353234d356eeb6fab288d66d06b08411 (patch)
tree94fe6952726b69855df50319fbd6ed9f8e01a1f0
parentadf31588d2a6e4b7828d8a856416434720070723 (diff)
downloadphp-git-3efc8634353234d356eeb6fab288d66d06b08411.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9d3e2546c..416cac90c7 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,10 @@ PHP NEWS
- Fixed bug #39067 (getDeclaringClass() and private properties). (Tony)
- Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty
files). (Ilia)
+- Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
- Fixed bug #38198 (possible crash when COM reports an exception). (Ilia)
- Fixed bug #37262 (var_export() does not escape \0 character). (Ilia)
+- Fixed bug #36515 (Unlinking buckets from non-existant brigades). (Sara)
05 Oct 2006, PHP 5.2.0RC5
- Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)