summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-09-15 00:09:56 +0000
committer <changelog@php.net>2001-09-15 00:09:56 +0000
commit7c6b7baac9fedc1081eefb916abb61907fee73af (patch)
treee82aa8b47d9df65ea6ea64f3f5d99e76ff7b0fc1
parent7343b4da7a952f6257beafd39bd07cef6b13ea6a (diff)
downloadphp-git-7c6b7baac9fedc1081eefb916abb61907fee73af.tar.gz
ChangeLog update
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 611ef8b14e..260dde1640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2001-09-14 Martin Jansen <mail@martin-jansen.de>
+
+ * pear/HTML/Menu.php: * reverted patch
+
+2001-09-14 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/Mail/mime.php:
+ forgot to always put names without path in embedded images names also
+ (thanks to "Robin Vervoorn" <vervoorn@auxilium-sd.nl> for reporting)
+
+2001-09-14 Ulf Wendel <ulf.wendel@phpdoc.de>
+
+ * pear/Cache/Container/file.php:
+ Patch I revcieved from Vinai Kopp. He's one of the guys that had the
+ initial idea. Here's what he wrote:
+
+ "
+ diff -r1.16 file.php
+ 113c113
+ < $expire = trim(fgets($fh, 11));
+ ---
+
+ > $expire = trim(fgets($fh, 12))
+
+
+ Es ging zwar alles bisher, aber wenn ich error_reporting(E_ALL) anschalte,
+ meckert PHP
+
+ Warning: unserialize() failed at offset 0 of 24897 bytes in
+ /opt/php-4.0.5/lib/php/Cache/Container.php on line 406"
+
+ Translation:
+
+ Everything was fine until I used error_reporting(E_ALL). PHP complained:
+ (see above)
+
2001-09-13 Sascha Schumann <sascha@schumann.cx>
* configure.in