From c334520377437d1d82d701e1226e801af8ee2aad Mon Sep 17 00:00:00 2001 From: Date: Thu, 18 Jan 2001 02:09:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07c3b12cd9e..1d72d9d3fb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2001-01-17 Andrei Zmievski + + * ext/standard/datetime.c: + - Changed 'Z' flag to date() to always return timezone offset with + negative sign if it's west of UTC. + +2001-01-17 Sean Bright + + * ext/standard/php_string.h + ext/standard/basic_functions.c: + Put these back where they belong. They weren't necessary unless ZTS and + HAVE_LOCALECONV were both defined. + +2001-01-17 Sterling Hughes + + * pear/HTML/Processor.php: + Add the HTML_Processor class which provides common functions for processing HTML. + + +2001-01-17 Sebastian Bergmann + + * pear/PHPDoc/prepend.php + pear/HTML/IT.php + pear/HTML/ITX.php: Move IT[x] to HTML/. + +2001-01-17 Sterling Hughes + + * ext/sablot/sablot.c: + Fix (well it works) the error display with sablotron. + +2001-01-17 Stig Venaas + + * ext/ldap/ldap.c: + Making parallel search allow different filter for each link + +2001-01-17 Sascha Schumann + + * configure.in: Fix vpath builds on freebsd + +2001-01-17 Jani Taskinen + + * ext/sablot/sablot.c: Make sablot compile again. Typo? + +2001-01-17 Rasmus Lerdorf + + * ext/exif/exif.c + main/network.c: Kill a couple of warnings + +2001-01-17 Sean Bright + + * configure.in: Updated configure.in to look for strcoll() + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + Added string comparison function strcoll(). It uses the current locale to + do the comparisons. + 2001-01-16 Jani Taskinen * ext/gd/gd.c: Fixed bug #8733