From: Date: Fri, 8 Sep 2006 01:30:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c1e49bf9a229731c45dd4ed50df681452280eee;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e602506fc0..504b5d3881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2006-09-07 Rob Richards + + * ext/xsl/xsltprocessor.c + ext/xsl/tests/bug33853.phpt + ext/xsl/tests/xslt011.phpt: + add unicode support + registered_phpfunctions hashtable still needs to be handled + update tests + +2006-09-07 Marcus Boerger + + * (PHP_5_2) + README.UPDATE_5_2: + - Fix tiny mistake + +2006-09-07 Michael Wallner + + * ext/tidy/tidy.c: + - add note why we can't have a chunk-sized output handler + + * ext/iconv/iconv.c: + -fix warnings + + * ext/iconv/iconv.c: + - use ucnv_compareNames + - check output_context->op for PHP_OUTPUT_HANDLER_CLEAN instead of + php_output_get_status() + +2006-09-07 Ilia Alshanetsky + + * ext/openssl/openssl.c: + MFB: Fixed memory leaks in openssl test #004 + + * (PHP_5_2) + ext/openssl/openssl.c: + Fixed memory leaks in openssl test #004 + +2006-09-07 Dmitry Stogov + + * ext/soap/soap.c: + Fixed unicode support + +2006-09-07 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/array/array_search1.phpt + ext/standard/tests/array/array_walk.phpt + ext/standard/tests/array/array_walk_recursive1.phpt + ext/standard/tests/array/max.phpt + ext/standard/tests/array/min.phpt: + add new tests + + * ext/standard/tests/array/array_search1.phpt + ext/standard/tests/array/array_search1.phpt + ext/standard/tests/array/array_walk.phpt + ext/standard/tests/array/array_walk.phpt + ext/standard/tests/array/array_walk_recursive1.phpt + ext/standard/tests/array/array_walk_recursive1.phpt + ext/standard/tests/array/bug38464.phpt + ext/standard/tests/array/max.phpt + ext/standard/tests/array/max.phpt + ext/standard/tests/array/min.phpt + ext/standard/tests/array/min.phpt: + + add new tests, increase code coverage + +2006-09-07 Rob Richards + + * (PHP_5_2) + ext/libxml/php_libxml2.def: + MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in + .27) + + * ext/libxml/php_libxml2.def: + fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) + 2006-09-06 Rob Richards * ext/libxml/php_libxml2.def: