summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-27 08:35:27 +0000
committerJani Taskinen <jani@php.net>2007-08-27 08:35:27 +0000
commitff95906878fbf1558e6280e12cad59d02058ab5b (patch)
tree9be28781e0a897fadcd1c4d1c145f1f8a3cd66cd
parent73fcf226277fb26924acabe4b3d16281a8748633 (diff)
downloadphp-git-ff95906878fbf1558e6280e12cad59d02058ab5b.tar.gz
Fix news
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6f3bf5f96e..3a9f641aa7 100644
--- a/NEWS
+++ b/NEWS
@@ -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)