1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
This commit is contained in:
foobar
2003-07-02 14:05:44 +00:00
parent 62ef1e2857
commit b2bedbf40e
+4 -4
View File
@@ -12,11 +12,11 @@ PHP 4 NEWS
- Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters).
(gereon.steffens[at]onvista.de, Ilia)
- Fixed bug #24284 (Fixed memory leak inside pg_ping()). (Ilia)
- Fixed bug #24063 (*printf() did not handle scientific notation correctly).
(Ilia)
- Fixed bug #24063 (scientific notation broken in *printf()). (Ilia)
- Fixed bug #24028 (Reading raw post message by php://input failed). (Jani)
- Fixed bug #24009 FastCGI handling of file not found. (Shane)
- Fixed bug #23664 FastCGI socket listenting. (Shane)
- Fixed bug #24009 (FastCGI handling of file not found). (Shane)
- Fixed bug #23808 (broken imagecopymerge()). (Pierre-Alain Joye)
- Fixed bug #23664 (FastCGI socket listenting). (Shane)
19 Jun 2003, Version 4.3.3RC1
- Synchronized bundled GD library with GD 2.0.15. (Ilia)