From: Date: Sat, 23 Feb 2002 01:24:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.2.0RC1~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=743fa79afe3bc08b9d20a1380ff96eca4d9d40cd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 70340d28b2..14bbbe7d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2002-02-22 Christian Stocker + + * pear/HTML/ITX.php: E_ALL fix + +2002-02-22 Vincent Blavet + + * pear/PEAR/Installer.php + pear/PEAR/Packager.php: + * Packager : Changing the order of the files in the package archive file. + The package.xml file is now at the 'root' of the archive, the files tree are under a 'packagename'-'packageversion' folder + * Installer : installing the knew archive format AND supporting the existing format + +2002-02-22 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Return true on update success. + +2002-02-22 Rasmus Lerdorf + + * NEWS: Keep track of what has gone into 4.1.2 so far + +2002-02-22 Yasuo Ohgaki + + * ext/session/session.c: + Fix crash bug. 4th parameter is not incremental value, but it's assigned. + + * ext/pspell/pspell.c: Fix crash bug 15607 + 2002-02-21 Stefan Esser * main/rfc1867.c: fixing boundary check before someone other does it...