summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-12-07 08:42:50 +0000
committerDerick Rethans <derick@php.net>2004-12-07 08:42:50 +0000
commit3d2bc043a7bae8b90b55bdfcf6e480408aee3f2b (patch)
tree99fee53af0b3e6d85509105c22aefa7c95a0154f
parent2381aecca9817d14b5747c47aa249f26fa6091c8 (diff)
downloadphp-git-3d2bc043a7bae8b90b55bdfcf6e480408aee3f2b.tar.gz
- Tidy up NEWS a bit.
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 11c68eb944..3383f536a3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ PHP 4 NEWS
properly). (Ilia)
- Fixed bug #30750 (Meaningful error message when upload directory is not
accessible). (Ilia)
-- Fixed bug #30739 (imagefill does not set back alphablending mode) (Pierre)
+- Fixed bug #30739 (imagefill does not set back alphablending mode). (Pierre)
- Fixed bug #30672 (Problem handling exif data in jpeg images at unusual
places). (Marcus)
- Fixed bug #30658 (Ensure that temporary files created by GD are removed).
@@ -27,16 +27,16 @@ PHP 4 NEWS
- Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
- Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
- Fixed bug #30388 (rename across filesystems loses ownership and
- permission info) (Tony)
+ permission info). (Tony)
- Fixed bug #30282 (segfault when using unknown/unsupported
session.save_handler and/or session.serialize_handler). (Tony)
- Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
(Ilia)
- Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
- Fixed bug #30232 (session_start() sends Set-Cookie header only if the
- cookie isn't set). Tony
+ cookie isn't set). (Tony)
- Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well
- with alpha channel, corners are drawn twice) (Pierre)
+ with alpha channel, corners are drawn twice). (Pierre)
- Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
(Ilia)
- Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)