diff options
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 23 Aug 2007, PHP 5.2.4RC3 -- Fixed version_compare() to support "rc" as well as "RC" for release - candidate version numbers. -- Fixed possible crash in imagepsloadfont, work around a bug in the pslib on - windows (Pierre) +- Fixed version_compare() to support "rc" as well as "RC" for release candidate + version numbers. (Derick) +- Fixed possible crash in imagepsloadfont(), work around a bug in the pslib on + Windows. (Pierre) - Fixed bug #42368 (Incorrect error message displayed by pg_escape_string). (Ilia) - Fixed bug #42365 (glob() crashes and/or accepts way too many flags). (Jani) |