From c8a22a384897dbc68dc602dd7cb8a45613902c05 Mon Sep 17 00:00:00 2001 From: Date: Fri, 23 Feb 2001 02:09:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53485448f0..ae029002bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2001-02-22 David Guerizec + + * ext/midgard/midgard.c: Registering Midgard constants. + +2001-02-22 Hartmut Holzgraefe + + * tests/strings/003.phpt: removed LC_* warnin + +2001-02-22 David Guerizec + + * ext/midgard/article.c + ext/midgard/calendar.c + ext/midgard/event.c + ext/midgard/group.c + ext/midgard/mgd_group.h + ext/midgard/mgd_internal.h + ext/midgard/midgard.c + ext/midgard/page.c + ext/midgard/person.c + ext/midgard/topic.c: Added mgd_walk_group_tree() function + +2001-02-22 Chuck Hagenbuch + + * pear/Mail/SMTP.php + pear/Mail/Sendmail.php + pear/Mail/sendmail.php + pear/Mail/smtp.php + pear/Mail.php + pear/Makefile.in: + factory-generated classes have lowercase subclass names by our (newly + revised) standards. + +2001-02-22 David Guerizec + + * ext/midgard/event.c + ext/midgard/mgd_event.h + ext/midgard/mgd_internal.h + ext/midgard/midgard.c: + Added custom sort on mgd_walk_xxx_tree() function. + +2001-02-22 Sergey Kartashoff + + * ext/mnogosearch/README: README for mnoGoSearch module updated. + +2001-02-22 Andi Gutmans + + * main/main.c: - Fix indentation and remove comment. + +2001-02-22 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: + Added Ispell routines to work with Ispell data loaded into sql tables. + Example updated. + +2001-02-22 Stanislav Malyshev + + * ext/standard/string.c: Safer bin2hex + + * ext/standard/exec.c: Fix #8992, patch by yasushi_takahashi@tsuken.co.jp + +2001-02-22 Uwe Steinmann + + * ext/hyperwave/hw.c: + - took out the HwSLS_FETCH to make it compile again on Unix + Is this really neccesary at this point? + +2001-02-22 Jon Parise + + * ext/standard/crypt.c: + The php_rand() and php_srand() functions added in the previous commit + require the inclusion of php_rand.h. + +2001-02-22 James Moore + + * ext/standard/array.c + ext/standard/crypt.c + ext/standard/php_rand.h + ext/standard/rand.c: + Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand. + 2001-02-21 Shane Caraveo * ext/mysql/php_mysql.c: -- 2.50.1