]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 14 May 2005 00:34:01 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Sat, 14 May 2005 00:34:01 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index e386c86881a757fc663593483ca57d5627d273ea..75a3f428f3da9ad2efa21d4069c0a804c4da4df0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2005-05-13  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (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ä  <novell@kiruna.se>
+
+    * NEWS
+      ext/posix/config.m4
+      ext/posix/php_posix.h
+      ext/posix/posix.c:
+      Added new function: posix_mknod().
+
+2005-05-13  Georg Richter  <georg@mysql.com>
+
+    * 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  <php@hristov.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_reflection_api.c:
index 154976893e8637cfec283923a17860368f8e39d1..154017793da4ed4ea7cfeef7075527f445702eaf 100644 (file)
@@ -1,3 +1,14 @@
+2005-05-13  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_reflection_api.c: