[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2003-06-04 Thread Sascha Schumann
sas Wed Jun 4 01:13:59 2003 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Don't return CRLF from broken clients Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.87 php4/sapi/thttpd/thttpd.c:1.88 --- php4/sapi/thttpd/thttpd.c:1.87

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c thttpd_patch

2003-01-17 Thread Sascha Schumann
sas Fri Jan 17 13:53:23 2003 EDT Modified files: /php4/sapi/thttpd thttpd.c thttpd_patch Log: Fix POST handling once and for all. The daemon now never blocks and handles uploads of up to 2GB on 32 bit platforms. Uploads >16KB are put into a file-backe

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-11-29 Thread Sascha Schumann
sas Fri Nov 29 06:34:09 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: add missing line Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.78 php4/sapi/thttpd/thttpd.c:1.79 --- php4/sapi/thttpd/thttpd.c:1.78 Tue Nov 26 0

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-11-08 Thread Sascha Schumann
sas Fri Nov 8 08:29:33 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: s/PHP_API/PHP_API_VERSION/ Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.76 php4/sapi/thttpd/thttpd.c:1.77 --- php4/sapi/thttpd/thttpd.c:1.76 Th

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-11-07 Thread Sascha Schumann
sas Thu Nov 7 06:56:02 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: let this source file compile with php 4.2.x Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.75 php4/sapi/thttpd/thttpd.c:1.76 --- php4/sapi/thttpd/thtt

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c thttpd_patch

2002-10-30 Thread Sascha Schumann
sas Wed Oct 30 14:09:50 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c thttpd_patch Log: first step towards asynchronous content body processing Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.74 php4/sapi/thttpd/thttpd.c:1.75

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 17:06:10 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Fix build and .phps support Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.73 php4/sapi/thttpd/thttpd.c:1.74 --- php4/sapi/thttpd/thttpd.c:1.73 S

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 16:45:35 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: not sure what this async_send is doing in here, so relieve it from its duty. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.71 php4/sapi/thttpd/thttpd

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 11:47:23 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: some system headers (irix) define sa_len prefix sa_len with x Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.70 php4/sapi/thttpd/thttpd.c:1.71 --

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 21:10:51 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: thttpd initializes contentlength to -1, so we need to transfer that to 0 for SAPI/PHP. Otherwise, SAPI will try to read (unsigned long) -1 bytes from the connection. I

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-09-22 Thread Sascha Schumann
sas Sun Sep 22 20:49:13 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Use generic getnameinfo for address-to-name translation, if available. This adds support for IPv6 addresses. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd