From: Date: Sat, 14 May 2005 00:34:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=416ea7638d757605506b9ae2df69c314c8a54cd6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e386c86881..75a3f428f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2005-05-13 Antony Dovgal + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_4_3) + NEWS + Zend/zend.c + ZendEngine2/zend.c: + MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside + error handler) + + * ZendEngine2/zend.c: + fix bug #29975 (memory leaks when set_error_handler() is used inside error + handler) + +2005-05-13 Magnus Määttä + + * NEWS + ext/posix/config.m4 + ext/posix/php_posix.h + ext/posix/posix.c: + Added new function: posix_mknod(). + +2005-05-13 Georg Richter + + * ext/mysqli/mysqli_nonapi.c: + charsets_dir is no longer needed + + * (PHP_5_0) + NEWS + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h + ext/mysqli/tests/065.phpt: + MFH: + fixed windows compilation bug + renamed mysqli_set_character_set_name to mysqli_set_charset + + * ext/mysqli/php_mysqli.h: + mysql_set_charset now works version undependent for MySQL 4.1.13 and above + + * ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h + ext/mysqli/tests/065.phpt: + - fixed compile error under windows. Functionality for changing the + character set was moved to libmysql (4.1 bk tree - will be merged into + 5.0 within the next days). + - renamed mysql_set_character_set to mysqli_set_charset + +2005-05-13 Andrey Hristov + + * NEWS: + fix NEWS + + * ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/php_math.h + ext/standard/tests/math/math_std_dev.phpt: + move math_standard_deviation and math_variance to the stats PECL extension + 2005-05-12 Marcus Boerger * ZendEngine2/zend_reflection_api.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 154976893e..154017793d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2005-05-13 Antony Dovgal + + * (PHP_5_0) + zend.c: + MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside + error handler) + + * zend.c: + fix bug #29975 (memory leaks when set_error_handler() is used inside error + handler) + 2005-05-12 Marcus Boerger * zend_reflection_api.c: