From: Date: Mon, 13 Aug 2001 00:10:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.7RC1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8f4e4660c1884ba36f5d7948a15b7ca559fccac;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a6f2885a95..87d1ea5f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2001-08-12 Zeev Suraski + + * php.ini-recommended: Enable output buffering in the php.ini-recommended + + * configure.in + ext/standard/filestat.c: + Compile fix for oldie Linux systems (possibly others too) + +2001-08-12 Sebastian Bergmann + + * ext/xml/xml.c: Fix warning. + +2001-08-12 Thies C. Arntzen + + * ext/xml/tests/007.phpt + ext/xml/xml.c: tags need to be UTF8-decoded as well. + + guys, case_folding can only work when the parser target encoding equal (or + compatible) with the locale setting of the system as we use toupper to "do it" + +2001-08-12 Sebastian Bergmann + + * pear/Cache/Container/shm.php: Even more whitespace fixes. + + * pear/Cache/Container/shm.php: Whitespace fixes. + +2001-08-12 Ulf Wendel + + * pear/Cache/Container/shm.php: + Simple and slow implementation of a shared memory container. + +2001-08-12 David Eriksson + + * ext/satellite/struct.c + ext/satellite/zval_to_namedvalue.c + ext/satellite/class.c + ext/satellite/object.c: adjusted Satellite for Zend 2 + + * ext/satellite/tests/004.phpt: changed IOR values + + * ext/satellite/tests/001.phpt + ext/satellite/tests/002.phpt + ext/satellite/tests/003.phpt + ext/satellite/tests/004.phpt + ext/satellite/tests/005.phpt + ext/satellite/tests/random.idl: wrote some tests for satellite + +2001-08-12 Andi Gutmans + + * ext/com/com.h + ext/com/conversion.c: - Make com work with new object model + +2001-08-12 Andrei Zmievski + + * ext/skeleton/create_stubs: Save spec_opt for each function. + + * ext/skeleton/create_stubs: Fix it up a bit. + +2001-08-12 Rasmus Lerdorf + + * ext/skeleton/create_stubs: Oops, missing () there + 2001-08-11 Zeev Suraski * php.ini-recommended