changelog Sat Mar 1 20:32:06 2003 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1281 php4/ChangeLog:1.1282
--- php4/ChangeLog:1.1281 Fri Feb 28 20:40:00 2003
+++ php4/ChangeLog Sat Mar 1 20:32:06 2003
@@ -1,3 +1,56 @@
+2003-03-01 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * main/network.c:
+ Reverted my previous commit
+
+2003-03-01 Wez Furlong <[EMAIL PROTECTED]>
+
+ * main/streams/plain_wrapper.c:
+ Ensure that all fields are initialized to NULL.
+
+2003-03-01 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * main/network.c:
+ Fixed build
+
+2003-03-01 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/xmlrpc/xmlrpc-epi-php.c:
+ Fix two crash bugs when optional parameters are not specified.
+ Fix folding markers.
+
+ * main/streams/xp_socket.c:
+ Don't shutdown() unix sockets.
+ It causes the server end to close down/break.
+
+ * main/streams/memory.c:
+ Folding fixes
+
+ * scripts/Makefile.frag:
+ Add streams headers to those used for shared extensions.
+
+ * NEWS:
+ New!
+
+2003-03-01 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/gd/CREDITS:
+ update credits (ilia,myself)
+
+2003-03-01 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/streamsfuncs.c
+ ext/standard/streamsfuncs.h:
+ Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high
+ performance alternative to looping reads and writes.
+
+2003-03-01 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/gd/CREDITS:
+ Update credits
+
2003-02-28 Wez Furlong <[EMAIL PROTECTED]>
* ext/ftp/ftp.c
@@ -690,7 +743,7 @@
* sapi/apache/libpre.c
sapi/apache/php_apache_http.h:
- Added missing headers and $Id: ChangeLog,v 1.1281 2003/03/01 01:40:00 changelog
Exp $ tags.
+ Added missing headers and $Id: ChangeLog,v 1.1282 2003/03/02 01:32:06 changelog
Exp $ tags.
* sapi/cgi/config9.m4:
MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1249,7 +1302,7 @@
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/userspace.c:
- ws fixes + missing $Id: ChangeLog,v 1.1281 2003/03/01 01:40:00 changelog Exp $
tags, headers added
+ ws fixes + missing $Id: ChangeLog,v 1.1282 2003/03/02 01:32:06 changelog Exp $
tags, headers added
2003-02-19 Corne' Cornelius <[EMAIL PROTECTED]>
@@ -2167,7 +2220,7 @@
* (PHP_4_3)
sapi/cgi/cgi_main.c:
- Added missing $Id: ChangeLog,v 1.1281 2003/03/01 01:40:00 changelog Exp $ tag
+ Added missing $Id: ChangeLog,v 1.1282 2003/03/02 01:32:06 changelog Exp $ tag
2003-02-14 Thies C. Arntzen <[EMAIL PROTECTED]>