changelog               Sat Dec 29 20:10:19 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.907 php4/ChangeLog:1.908
--- php4/ChangeLog:1.907        Fri Dec 28 20:10:04 2001
+++ php4/ChangeLog      Sat Dec 29 20:10:17 2001
@@ -1,3 +1,56 @@
+2001-12-29  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.h: - Removed is_array_multidimensional
+
+    * ext/standard/tests/array/count_recursive.phpt:
+    - Added test for recursive counting
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.h:
+    - Added extra parameter to count() that recursively counts elements in an
+      array and added is_array_multidimensional(). (patch by Vlad Bosinceanu
+      <[EMAIL PROTECTED]>)
+
+2001-12-29  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+     Fix bug in krsort() where an extra character was being compared 
+    - Fix bug in krsort() where an extra character was being compared (Andi)
+
+    * ext/xml/xml.c:
+    - Fix bug in XML extension which exists due to a not perfect work around
+    - with ZE1. In ZE2 the correct code seems to work well.
+
+2001-12-29  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * ext/standard/credits.c
+      ext/standard/info.c:
+    PHP 4.0 -> PHP 4. Patch by Martin Jansen <[EMAIL PROTECTED]>.
+
+2001-12-29  Georg Richter  <[EMAIL PROTECTED]>
+
+    * ext/ncurses/ncurses.c
+      ext/ncurses/ncurses_fe.c
+      ext/ncurses/ncurses_functions.c
+      ext/ncurses/php_ncurses_fe.h:
+    1) fixed bugs in soft label key functions
+    2) insert new slk-functions
+    3) defined new key-constants
+
+2001-12-29  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/DB/common.php: * added grouping parameter to getAssoc
+
+    * pear/Makefile.in: * install PEAR/Dependency.php
+
+2001-12-29  Vlad Krupin  <[EMAIL PROTECTED]>
+
+    * ext/pspell/pspell.c:
+    fixed bug preventing pspell from building when pspell header files are
+    located in an unusual (e.g. /usr/local/include/pspell) location.
+
 2001-12-28  Thomas V.V.Cox  <[EMAIL PROTECTED]>
 
     * pear/PEAR/Common.php:


Reply via email to