From ffe27d2dbe8be62d2ac75edab7582125467fb45f Mon Sep 17 00:00:00 2001 From: Date: Sat, 15 Apr 2006 05:31:50 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 +++++++ 2 files changed, 82 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94d0e0d957..36d028d2cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2006-04-14 Antony Dovgal + + * ZendEngine2/tests/bug34873.phpt: + make it consistent with the other ones + + * (PHP_5_1) + ZendEngine2/tests/bug34873.phpt: + make it consistent with the other ones =) + + * ext/standard/tests/strings/bug36944.phpt: + make this test to work on all systems + + * (PHP_5_1) + ext/standard/tests/strings/bug36944.phpt: + ok, let's make this test to work on all systems + currently it fails at least on Linux PPC and Solaris, probably because of + different strncmp/strncasecmp implementations. + +2006-04-14 Sara Golemon + + * (PHP_4_3) + ext/standard/file.c + ext/standard/file.c + ext/standard/file.c: + MFH (r-1.436) copy() should not disrespect open_basedir on source file + + * ext/standard/file.c: + MFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file + +2006-04-14 Marcus Boerger + + * (PHP_5_1) + ext/simplexml/simplexml.c + ext/simplexml/tests/009b.phpt: + - MFH Fix properties access to children() result + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/tests/profile12.phpt: + - Fix properties access to children() result + - Allow access by namespace prefix + + * ext/simplexml/tests/009b.phpt + ext/simplexml/tests/009b.phpt + ext/simplexml/tests/profile13.phpt: + + - Fix properties access to children() result + - Allow access by namespace prefix + + * ext/simplexml/tests/profile12.phpt: + - Do not provide ns info in first sxe creation + + * ext/simplexml/simplexml.c + ext/simplexml/tests/profile12.phpt: + - Allow access to namespaced root by specifying prefix on creation + - Fix access to non namespaced root + + * run-tests.php: + - Prefix summaries with either U or N + + * ext/simplexml/simplexml.c: + - If node no longer exists then there won't be any data + +2006-04-14 Antony Dovgal + + * ext/standard/streamsfuncs.c: + MF51: fix #37077 (stream_socket_server() leaks when the port is not + allowed) + + * (PHP_5_1) + ext/standard/streamsfuncs.c: + fix #37077 (stream_socket_server() leaks when the port is not allowed) + 2006-04-13 Antony Dovgal * main/streams/filter.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 612441105c..2ef7144623 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2006-04-14 Antony Dovgal + + * tests/bug34873.phpt: + make it consistent with the other ones + + * (PHP_5_1) + tests/bug34873.phpt: + make it consistent with the other ones =) + 2006-04-13 Dmitry Stogov * zend_language_scanner.l -- 2.50.1