From: Date: Sat, 11 Jan 2003 01:34:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5153b24c87d214b6fd636e4a0af443f242f6db1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ccdbd924de..c050122b05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2003-01-10 Harald Radi + + * main/config.w32.h + main/internal_functions_win32.c + win32/php4dllts.dsp: + HEAD defaults to build with ZE2 now + +2003-01-10 Frank M. Kromann + + * ext/mssql/php_mssql.c: + Fixing copy and paste errors + + * ext/mssql/php_mssql.c: + Avoid warnings when running stored procedures returning multiple results + before setting output and return values. + Additional results can be skipped by the optional parameter to + mssql_execute + +2003-01-10 Christian Stocker + + * ext/domxml/php_domxml.c: + Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node() + + * (PHP_4_3) + ext/domxml/php_domxml.c: + Throw error if object is not a XML_DOCUMENT_NODE + +2003-01-10 Wez Furlong + + * ext/standard/math.c: + Fix the number format fix when the number of decimal places is 0. + +2003-01-10 Derick Rethans + + * ext/xmlrpc/xmlrpc-epi-php.c: + - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan + Schneider) + +2003-01-10 Moriyoshi Koizumi + + * ext/mime_magic/mime_magic.c + ext/standard/reg.c: + Reduced compiler warnings + + * ext/iconv/iconv.c: + Added missing cast operators + +2003-01-10 Ilia Alshanetsky + + * ext/gd/libgd/gd.c: + Fixed ImageRotate when rotation angle is 90 degrees, patch by + leon@leonatkinson.com. + +2003-01-10 Stig Bakken + + * (RELEASE_1_0_1) + pear/package-PEAR.xml: + - prepare 1.0.1 release + +2003-01-10 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + +2003-01-10 Stig Bakken + + * (RELEASE_1_0_1) + pear/scripts/pear.in: + - obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables + + * (RELEASE_1_0_1) + pear/PEAR/Command/Package.php: + - verbosity fix for cvstag and cvsdiff commands + + * (RELEASE_1_0_1) + pear/OS/Guess.php: + - TODO item + + * pear/PEAR/Command/Package.php: + - add "cvsdiff" command + + * (RELEASE_1_0_1) + pear/PEAR/Config.php: + - use getenv() instead of $_ENV[] + 2003-01-09 Ilia Alshanetsky * ext/standard/file.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bd98ee136d..3a097302f8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2003-01-10 Ilia Alshanetsky + + * zend_alloc.c: + MFZE2 + +2003-01-10 Andrei Zmievski + + * zend_API.c: + Automatically register constructor, destructor, and clone function when + class methods are registered. + 2003-01-09 Zeev Suraski * zend_compile.c: