summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-05-14 00:34:01 +0000
committer <changelog@php.net>2005-05-14 00:34:01 +0000
commit416ea7638d757605506b9ae2df69c314c8a54cd6 (patch)
tree89e3fb5555d16f465f17b51507a5c1bc9d4973eb
parent5d8394879b2ac6381c0a569495230940a40dd1d0 (diff)
downloadphp-git-416ea7638d757605506b9ae2df69c314c8a54cd6.tar.gz
ChangeLog update
-rw-r--r--ChangeLog63
-rw-r--r--Zend/ChangeLog11
2 files changed, 74 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e386c86881..75a3f428f3 100644
--- 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:
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 <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: