changelog               Tue Dec  9 20:31:58 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1471 php-src/ChangeLog:1.1472
--- php-src/ChangeLog:1.1471    Mon Dec  8 20:34:40 2003
+++ php-src/ChangeLog   Tue Dec  9 20:31:57 2003
@@ -1,3 +1,92 @@
+2003-12-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/dom/node.c:
+      fix possible mem leak when element has children
+
+2003-12-09  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/xsl/php_xsl.c:
+      fix issues when passing in mulitple arguments
+
+2003-12-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_constants.c:
+      - Fix overallocation (thanks to Ilia)
+
+2003-12-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_variant.c:
+      Kill unused variables.
+
 2003-12-08  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
 
     * ext/standard/parsedate.y:

Reply via email to