summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-04-28 22:38:51 +0000
committerSVN Migration <svn@php.net>2003-04-28 22:38:51 +0000
commitb0a58d9570262008ec00e9cf2ea8bbea2e646579 (patch)
tree1d02f3d17747e17457cba203e85d8ccd445bc436 /NEWS
parent7c495e9250e4cdeafd728a5bceab2409cb909e7f (diff)
downloadphp-git-php-4.3.2RC2.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC2'.php-4.3.2RC2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 938142426d..572c19c936 100644
--- a/NEWS
+++ b/NEWS
@@ -35,9 +35,10 @@ PHP 4 NEWS
- Fixed a bug in GD's truecolor TTF handling. (Derick)
- Fixed several 64-bit problems. (Dave)
- Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe)
+- Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez)
+- Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2) (Ilia)
- Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon).
(Ilia, marcot@tabini.ca)
-- Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2) (Ilia)
- Fixed bug #23201 (set_file_buffer() crashes with stdio streams). (Ilia)
- Fixed Bug #23188 (CDB databases created with 'c' mode do not work). (Marcus)
- Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect). (Ilia)