diff options
author | Greg Beaver <cellog@php.net> | 2008-09-11 03:29:54 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-09-11 03:29:54 +0000 |
commit | d19e466d969375bb6f9cb1c2df5db95ad15147a2 (patch) | |
tree | 3edbc49a75eab3e121ce991bf377effb3ae06992 | |
parent | e7b6fe1b4549a2625f471f71874a56f46c99106b (diff) | |
download | php-git-d19e466d969375bb6f9cb1c2df5db95ad15147a2.tar.gz |
update NEWS to note bug #46032 fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |