diff options
| author | <changelog@php.net> | 2003-12-10 01:32:01 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-12-10 01:32:01 +0000 |
| commit | 1ecf87238fb29e2cf5df37e8ad79c4e98c6a1680 (patch) | |
| tree | b9979e9c9ca5dd3e4e2cb89b8006fa72708bd495 | |
| parent | 06b528aa547042f5df45954ad9fea511288e11cd (diff) | |
| download | php-git-1ecf87238fb29e2cf5df37e8ad79c4e98c6a1680.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 89 | ||||
| -rw-r--r-- | Zend/ChangeLog | 11 |
2 files changed, 100 insertions, 0 deletions
@@ -1,3 +1,92 @@ +2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ext/bcmath/bcmath.c + ext/bcmath/config.m4 + ext/bcmath/php_bcmath.h + ext/bcmath/libbcmath/src/bcmath.h + ext/bcmath/libbcmath/src/init.c + main/config.nw.h + main/config.w32.h + main/internal_functions_nw.c + main/internal_functions_win32.c: + - Brought ext/bcmath to the new millennium + +2003-12-09 Greg Beaver <greg@chiaraquartet.net> + + * pear/PEAR/Common.php: + remove references to global variables in validatePackageInfo, remove + extraneous summary that is never reached in the switch + +2003-12-09 Rob Richards <rrichards@ctindustries.net> + + * ext/dom/node.c: + fix possible mem leak when element has children + +2003-12-09 Pierre-Alain Joye <paj@pearfr.org> + + * pear/PEAR/Downloader.php: + - MFB (fix pecl install) + + * (PHP_4_3) + pear/PEAR/Downloader.php: + - Fix pecl installer + package::info() _must_ be called with PECL in mind + There should be other issues, more later. + +2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * (PHP_4_3) + NEWS + ext/ncurses/config.m4: + MFH: Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses/) + + * ext/ncurses/config.m4: + Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses) + +2003-12-09 Wez Furlong <wez.php@thebrainroom.net> + + * ext/dom/node.c: + allow assignment to $node->nodeValue to work for more + objects and in situations where the rvalue is not a string. + (Fixes a segfault in that case) + +2003-12-09 Rob Richards <rrichards@ctindustries.net> + + * ext/xsl/php_xsl.c: + fix issues when passing in mulitple arguments + +2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * ext/cpdf/config.m4: + Fix the configure output.. + + * ext/cpdf/config.m4: + Removed unnecessary outputs + + * ext/standard/credits_sapi.h: + - Update credits. + + * ext/bz2/bz2.c + ext/bz2/php_bz2.h + ext/mono/php_mono.c + ext/mono/php_mono.h + ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + main/php_realpath.c: + - Update header + added missing Id tags. + +2003-12-09 Andi Gutmans <andi@zend.com> + + * ZendEngine2/zend_constants.c: + - Fix overallocation (thanks to Ilia) + +2003-12-09 Ilia Alshanetsky <ilia@prohost.org> + + * ext/com_dotnet/com_variant.c: + Kill unused variables. + 2003-12-08 Hartmut Holzgraefe <hartmut@php-groupies.de> * ext/standard/parsedate.y: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2b767b0d3a..45e04ca438 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * zend_operators.c + zend_operators.h: + - Brought ext/bcmath to the new millennium + +2003-12-09 Andi Gutmans <andi@zend.com> + + * zend_constants.c: + - Fix overallocation (thanks to Ilia) + 2003-12-08 Derick Rethans <php@derickrethans.nl> * zend_builtin_functions.c: |
