summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2001-12-30 01:10:17 +0000
committer <changelog@php.net>2001-12-30 01:10:17 +0000
commite321ed9346cca11af031ba378bd8591605349908 (patch)
treea5431995af6e0c116116a112bba9c6f34c1b876b /ChangeLog
parent3af1ccef0bed87e6411e290bdc6a311e34860a62 (diff)
downloadphp-git-e321ed9346cca11af031ba378bd8591605349908.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfe82f6d4d..1a539df87f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2001-12-29 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * 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
+ <glipy@fx.ro>)
+
+2001-12-29 Andi Gutmans <andi@zend.com>
+
+ * 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 <sb@sebastian-bergmann.de>
+
+ * ext/standard/credits.c
+ ext/standard/info.c:
+ PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin-jansen.de>.
+
+2001-12-29 Georg Richter <georg.richter@phpev.de>
+
+ * 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 <ssb@fast.no>
+
+ * pear/DB/common.php: * added grouping parameter to getAssoc
+
+ * pear/Makefile.in: * install PEAR/Dependency.php
+
+2001-12-29 Vlad Krupin <phpdevel@echospace.com>
+
+ * 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 <cox@idecnet.com>
* pear/PEAR/Common.php: