From: Date: Sun, 21 Jan 2001 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c867551fe2e4700734cf160668aaa648fc69947;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9d388c591d..eebf73f237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2001-01-20 Sterling Hughes + + * ext/sablot/sablot.c: + Fix the scheme handler support and make it compile on win32 systems. + +2001-01-20 Chuck Hagenbuch + + * pear/HTTP/Compress.php: whitespace + +2001-01-20 Sebastian Bergmann + + * pear/Cache/Function_Cache.php: Next time without the 'Oops!'. + + * pear/Cache/Function_Cache.php: + Fixed two small glitches. Note: The Shared Memory version of Function_Cache does not work correctly at the moment, but I'm on it. + +2001-01-20 Sascha Schumann + + * ext/pgsql/pgsql.c: Revert last completely broken patch. + +2001-01-20 Chuck Hagenbuch + + * pear/Makefile.in: install the various HTML/* files + +2001-01-20 Jani Taskinen + + * ext/bz2/config.m4: Check that libbz2.(a|so) is >= 0.95 (has BZ2_bzerror) + +2001-01-20 Rui Hirokawa + + * ext/iconv/EXPERIMENTAL: added: EXPERIMENTAL + 2001-01-19 Jason Greene * TODO: Desired functionality can be achieved with array_sum/array_count.