From: Date: Sat, 24 Feb 2007 01:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77da52712c829a22573c7cf25e6852cd06079081;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2ba329b61e..4dd6d00ed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2007-02-23 Sara Golemon + + * (PHP_5_2) + main/streams/plain_wrapper.c: + MFH (r-1.82): Add retry for interrupted reads and graceful handling for + failed retries + + * main/streams/plain_wrapper.c: + Add retry for interrupted reads and graceful handling for failed retries + +2007-02-23 Stanislav Malyshev + + * (PHP_5_2) + sapi/isapi/php5isapi.c + sapi/isapi/php5isapi.c: + use strlcat + + * (PHP_5_2) + sapi/apache/php_apache.c + sapi/apache2handler/php_functions.c + sapi/apache_hooks/php_apache.c: + use snprintf + + * (PHP_5_2) + ext/xmlrpc/libxmlrpc/xml_to_soap.c: + increase array size to fit buffer size + +2007-02-23 Antony Dovgal + + * (PHP_4_4) + NEWS + ext/curl/curl.c: + fix #40611 (possible cURL memory error) + + * ext/curl/interface.c: + fix leak + no need to allocate the buffer if there was no data + +2007-02-23 Stanislav Malyshev + + * (PHP_5_2) + ext/soap/php_sdl.c: + use safe_emalloc + +2007-02-23 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/standard/file.c: + MFH: fix #40606 (umask is not being restored when request is finished) + + * ext/standard/file.c: + fix #40606 (umask is not being restored when request is finished) + +2007-02-23 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * ext/libxml/libxml.c: + fix bug #40598 (libxml segfault) + mark more functions unicode safe + + * (PHP_5_2) + ext/libxml/libxml.c: + fix bug #40598 (libxml segfault) + +2007-02-23 Pierre-Alain Joye + + * ext/gd/libgd/gdft.c: + - MFB: #40578, fix the 2nd race condition on shutdown when the cache is + freed + + * (PHP_5_2) + NEWS + ext/gd/libgd/gdft.c: + - #40578, fix the 2nd race condition on shutdown when the cache is freed + +2007-02-23 Ilia Alshanetsky + + * (PHP_5_2) + ext/pgsql/pgsql.c + ext/standard/dl.c + ext/sybase/php_sybase_db.c + ext/sybase_ct/php_sybase_ct.c: + + Simplify code by converting emalloc() + sprintf() to spprintf() + 2007-02-22 Antony Dovgal * (PHP_5_2)