1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

Fix changelog.

This commit is contained in:
Andrei Zmievski
2000-09-18 15:21:59 +00:00
parent 5cec06b1a8
commit b84a1bed0a

View File

@@ -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 <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.
2000-09-15 Joey Smith <joey@joeysmith.com>
* ext/sybase_ct/php_sybase_ct.h:
Remove CVS conflict. Zeev, I assume you wanted context inside the globals?
2000-09-15 Sam Ruby <rubys@us.ibm.com>
* ext/java/README:
Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.
2000-09-14 Chris Vandomelen <chrisv@b0rked.dhs.org>
* ext/sockets/sockets.c: Corrected memory leak in read().