Re: [PHP-CVS] cvs: php4 /ext/xslt/tests 009.phpt

2002-10-23 Thread Melvyn Sopacua
Ilia, the memory leak was in ext/xlst/sablot.c:1728 -> error_print. If there are problems accross platforms we should address that in the output, but this isn't testing that function. On the other hand it's in general error handling. It's required to free the previous error, when registering a ne

[PHP-CVS] cvs: php4 /ext/xslt/tests 009.phpt

2002-10-23 Thread Ilia Alshanetsky
iliaa Wed Oct 23 22:40:02 2002 EDT Modified files: /php4/ext/xslt/tests009.phpt Log: Various corrections aimed at making the test's results consistent across all enviroments. Index: php4/ext/xslt/tests/009.phpt diff -u php4/ext/xslt/tests/009.phpt

[PHP-CVS] cvs: php4 /ext/xslt/tests 009.phpt

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 18:21:39 2002 EDT Modified files: /php4/ext/xslt/tests009.phpt Log: suddenly, there was a newline Index: php4/ext/xslt/tests/009.phpt diff -u php4/ext/xslt/tests/009.phpt:1.2 php4/ext/xslt/tests/009.phpt:1.3 --- php4/ext/xsl

[PHP-CVS] cvs: php4 /ext/xslt/tests 009.phpt

2002-10-06 Thread Melvyn Sopacua
msopacuaSun Oct 6 19:58:49 2002 EDT Added files: /php4/ext/xslt/tests009.phpt Log: (xslt tests) Add test for memory leaks, caused by inapproreate use of the struct. Memory leak is caused by at least 2 errors on han