changelog Tue Mar 6 01:31:06 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2620&r2=1.2621&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2620 php-src/ChangeLog:1.2621 --- php-src/ChangeLog:1.2620 Mon Mar 5 01:31:01 2007 +++ php-src/ChangeLog Tue Mar 6 01:31:05 2007 @@ -1,3 +1,63 @@ +2007-03-05 Stanislav Malyshev <[EMAIL PROTECTED]> + + * (PHP_4_4) + ext/fdf/fdf.c: + MF5: use safe_emalloc + + * (PHP_4_4) + sapi/isapi/php4isapi.c: + MF5: use srtlcat + + * (PHP_4_4) + sapi/apache/php_apache.c + sapi/apache2handler/php_functions.c: + MF5: use snprintf + + * (PHP_4_4) + ext/xmlrpc/libxmlrpc/xml_to_soap.c: + MF5: increase array size to fit buffer size + + * (PHP_5_2) + ext/fdf/fdf.c: + use safe_emalloc + +2007-03-05 Uwe Schindler <[EMAIL PROTECTED]> + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + snprintf patch + +2007-03-05 andy wharmby <[EMAIL PROTECTED]> + + * NEWS: + Remove bug entry for 35872 as now in 5.2 + +2007-03-05 Michael Wallner <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + BFN + + * ext/date/php_date.c + ext/date/php_date.c: + - fix ws as requested by derick + + * ext/date/php_date.c + ext/date/php_date.c: + - fix bug #40691: add comparison object handler + +2007-03-05 andy wharmby <[EMAIL PROTECTED]> + + * NEWS + NEWS + ext/com_dotnet/com_extension.c + ext/com_dotnet/com_extension.c + ext/com_dotnet/com_wrapper.c + ext/com_dotnet/com_wrapper.c + ext/com_dotnet/php_com_dotnet.h + ext/com_dotnet/php_com_dotnet.h: + Fixed bug #35872 (Prevent object store references during RSHUTDOWN) + 2007-03-04 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_5_2)