]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 17 Sep 2000 01:09:06 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Sun, 17 Sep 2000 01:09:06 +0000 (01:09 +0000)
ChangeLog

index 3e2682d85e0cb1cbb81e1cf1098ca8081be0e2ce..e2b4e3e3aa72b091208c93e4105975b8f49bdbc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-09-16  Zak Greant  <zak@nucleus.com>
+
+    * 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  <chrisv@b0rked.dhs.org>
 
     * ext/sockets/sockets.c: Changed assignment in read() to be more sane.