From 40a3cdd97be87ad6dad215d301b87d4e9d857eca Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 29 Nov 2005 02:51:07 +0000 Subject: - MFH . Fix memleaks . Add tests . Add functions: getNamespaces(), getDocNamespaces() . Fixed var_dump() . Fixed bugs: #35028 XML object fails FALSE test # This plan was decided before 5.1.0 came out with ilia and checked again # just now. The extension currently shows no more memleaks or errors using # the test suite. --- ext/simplexml/tests/bug27010.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/simplexml/tests/bug27010.phpt') diff --git a/ext/simplexml/tests/bug27010.phpt b/ext/simplexml/tests/bug27010.phpt index 9ba9f7b6bd..9b08932cd9 100755 --- a/ext/simplexml/tests/bug27010.phpt +++ b/ext/simplexml/tests/bug27010.phpt @@ -1,5 +1,5 @@ --TEST-- -#27010: segfault and node text not displayed when returned from children() +Bug #27010 (segfault and node text not displayed when returned from children()) --FILE--