summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2001-04-16 01:09:12 +0000
committer <changelog@php.net>2001-04-16 01:09:12 +0000
commitc3874032b9b7b586b9f7297ffb4e4b91ee7478d4 (patch)
tree22645df0811055e26bb3b8f71e543551526031b6 /ChangeLog
parent1bdc3d747812e93717135c5b448ad42c39f94ea0 (diff)
downloadphp-git-c3874032b9b7b586b9f7297ffb4e4b91ee7478d4.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 616d706bb2..9f6060fc47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2001-04-15 Stig Bakken <ssb@fast.no>
+
+ * pear/catalog: * added sgml/xml catalog file
+
+ * pear/package.dtd: * add a package type called empty (default)
+
+2001-04-15 Alexander Feldman <alex@zend.com>
+
+ * 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 <ssb@fast.no>
* pear/DB/mysql.php: