From: Date: Tue, 14 Jan 2003 01:35:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=062942c4e9bce370251aaa9d417e96f5704bfc0c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fef82da69d..78267e6ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2003-01-13 Jani Taskinen + + * ext/informix/config.m4 + ext/informix/config.m4: + Fixed bug: #21543, Informix version detection fails + +2003-01-13 Frank M. Kromann + + * ext/rpc/com/conversion.c: + false should be VT_FALSE + +2003-01-13 Moriyoshi Koizumi + + * (PHP_4_3) + tests/run-test/test008.phpt: + MFH + + * tests/run-test/test008.phpt: + Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed + typo + +2003-01-13 Andrey Hristov + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + added array_combine(). + Creates an array by using the elements of the first parameter as keys and + the elements of the second as correspoding keys. Error is thrown in case + the arrays has different number of elements. Number of elements 0 is not + valid for both parameters. + +2003-01-13 Edin Kadribasic + + * sapi/servlet/servlet.dsp: + Adjust paths for the new location of ext/rpc/java + + * ext/rpc/java/java.dsp: + Adjust paths to the new location java.dsp + + * ext/rpc/xmlrpc/xmlrpc-epi-php.c: + Fix ZTS build here too. + + * ext/xmlrpc/xmlrpc-epi-php.c: + Fixed ZTS build. + +2003-01-13 Moriyoshi Koizumi + + * ext/standard/filters.c: + Fixed a silly segfault bug caused by lack of strict type checking + +2003-01-13 Sascha Schumann + + * build/buildcheck.sh: + which is not portable. use our bundled shtool instead. + +2003-01-13 Moriyoshi Koizumi + + * ext/standard/filters.c: + . Implemented a common filter parameter parsing function. + . Added automatic line-breaking feature for base64 encode filter. This + can be turned on by putting a option entry "base64-encode.line-length" + to the filter parameters. + +2003-01-13 Derick Rethans + + * ext/domxml/php_domxml.c: + - Fix ZTS build + 2003-01-12 Moriyoshi Koizumi * tests/lang/bug21600.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 25cc7fada5..05c17f9a28 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-01-13 Ilia Alshanetsky + + * zend_ini_parser.y: + MFZE2 + +2003-01-13 Andi Gutmans + + * zend_objects_API.c: + - Don't check if the handle is bogus. We should crash. + 2003-01-12 Harald Radi * zend_modules.h: