From: Andrei Zmievski Date: Mon, 18 Sep 2000 15:21:59 +0000 (+0000) Subject: Fix changelog. X-Git-Tag: php-4.0.3RC1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b84a1bed0ad1264dd683b47ffb6dc591bc006034;p=php Fix changelog. --- diff --git a/ChangeLog b/ChangeLog index 0a50419140..c27ee0c3b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,31 +35,6 @@ * ext/java/README: Indicate the Sun's JDK 1.2.2 now works...and complete a sentence. -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. - -2000-09-15 Joey Smith - - * ext/sybase_ct/php_sybase_ct.h: - Remove CVS conflict. Zeev, I assume you wanted context inside the globals? - -2000-09-15 Sam Ruby - - * ext/java/README: - Indicate the Sun's JDK 1.2.2 now works...and complete a sentence. - 2000-09-14 Chris Vandomelen * ext/sockets/sockets.c: Corrected memory leak in read().