summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-09-11 03:29:54 +0000
committerGreg Beaver <cellog@php.net>2008-09-11 03:29:54 +0000
commitd19e466d969375bb6f9cb1c2df5db95ad15147a2 (patch)
tree3edbc49a75eab3e121ce991bf377effb3ae06992
parente7b6fe1b4549a2625f471f71874a56f46c99106b (diff)
downloadphp-git-d19e466d969375bb6f9cb1c2df5db95ad15147a2.tar.gz
update NEWS to note bug #46032 fix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a2e240327..fd79740484 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ PHP NEWS
- Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
relative time string. (Derick)
+- Fixed bug #46032 (PharData::__construct() wrong memory read). (Greg)
- Fixed bug #45826 (custom ArrayObject serialization). (Etienne)
- Fixed bug #45798 (sqlite3 doesn't notice if variable was bound). (Felipe)
- Fixed bug #45786 (FastCGI process exited unexpectedly). (Dmitry)