]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 10 Dec 2003 01:32:01 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 10 Dec 2003 01:32:01 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 5c2965f5ffb0501b93ab74474331656178dd216c..b8ef14eaa4f620152881d5a5145349e36b8c3592 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 2b767b0d3a4a51261b8fca1eb4ebf834f48ac00c..45e04ca438142752bf9bc49675d9f09e98089b3e 100644 (file)
@@ -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: