diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |