From: Date: Mon, 16 Apr 2001 01:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3874032b9b7b586b9f7297ffb4e4b91ee7478d4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 616d706bb2..9f6060fc47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-04-15 Stig Bakken + + * pear/catalog: * added sgml/xml catalog file + + * pear/package.dtd: * add a package type called empty (default) + +2001-04-15 Alexander Feldman + + * ext/standard/file.c: Fixed typo. + + * ext/standard/file.c: + We shoud not fseek in a pipe and this caused a problem with popen and + fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD). + Now the fseek is done only when the handle is of type fopen. + 2001-04-14 Stig Bakken * pear/DB/mysql.php: