From: Date: Sun, 17 Sep 2000 01:09:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20f43a76bade7034820e915224a17bf5733d68d2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3e2682d85e..e2b4e3e3aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-09-16 Zak Greant + + * ext/standard/filestat.c: + Thought that I had just committed something really stupid. + On closer inspection, realized that the proto comments + for chown and chgrp were reversed. :) + I did not realize this and had only fixed chown previously + + * ext/standard/filestat.c: trivial change + corrected mistake in proto comment for chown fold + 2000-09-15 Chris Vandomelen * ext/sockets/sockets.c: Changed assignment in read() to be more sane.