History log of /PHP-5.6/sapi/thttpd/thttpd.c (Results 51 – 75 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2
# fa3d840c 14-Jul-2002 Sascha Schumann

integrate the public keep-alive patch

the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd

persistent connections are supported, if a

integrate the public keep-alive patch

the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd

persistent connections are supported, if a script sets the Content-Length
header

show more ...


# b4c28fba 14-Jul-2002 Sascha Schumann

thttpd blocks in rare circumstances where it cannot write out a small HTTP
response (happened at customer sites). The response is now written out
using the standard state machine.

t

thttpd blocks in rare circumstances where it cannot write out a small HTTP
response (happened at customer sites). The response is now written out
using the standard state machine.

the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).

show more ...


# 402cc031 14-Jul-2002 Sascha Schumann

make the sapi module hand off a buffer to thttpd for final data delivery,
instead of blocking the whole process


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2
# d7edeee5 17-May-2002 Sascha Schumann

Improve readability of the header send function


Revision tags: php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH
# 5c2d995f 13-Dec-2001 Sascha Schumann

Provide access to ini settings.

Properly block the thread, if IO is not ready on a fd.


Revision tags: ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# 1f6f9103 27-Oct-2001 Sascha Schumann

Get rid of post_off-hack which was only suitable for POST data
which fit into the small thttpd read buffer. Do a small recv
after content-length bytes have been read to accomodate non-confor

Get rid of post_off-hack which was only suitable for POST data
which fit into the small thttpd read buffer. Do a small recv
after content-length bytes have been read to accomodate non-conforming
user-agents.

show more ...


# a3368aba 27-Oct-2001 Sascha Schumann

Improved handling of posts


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 49b44d53 09-Oct-2001 Sascha Schumann

Make the information available whether we are using HTTP/1.1


Revision tags: php4, php-4.0.7RC3
# 6db3f409 30-Sep-2001 Sascha Schumann

Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script
environment.

Also support setting the INI path from the outside.


# eb38ca84 27-Sep-2001 Jeroen van Wolffelaar

Undo Z_ subst for sapi and ext/yaz


Revision tags: POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# 64c4456c 07-Aug-2001 Sascha Schumann

A CRLF at the end of a line is not so wrong.


# 61618d4a 07-Aug-2001 Sascha Schumann

The module usually did not send out Content-Type: text/html.

No major browser seems to care, Opera does though.


Revision tags: PRE_ENGINE2_SPLIT
# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 0af7ad15 05-Aug-2001 Sascha Schumann

further tsrm cleanup


# 7168c314 05-Aug-2001 Sebastian Bergmann

Even more TSRM cleanup.


# 72634855 05-Aug-2001 Sascha Schumann

tsrm-related cleanup


# a70ecedb 05-Aug-2001 Sebastian Bergmann

Remove more duplicate TSRMLS_FETCH() calls.


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 7c43206f 26-Jul-2001 Sascha Schumann

Remove unneeded variables


# 36c23530 23-Jul-2001 Sascha Schumann

Remove accidentially committed line


# e6d153f6 23-Jun-2001 Sascha Schumann

Support for handling multiple concurrent requests.


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1
# e337f07e 03-May-2001 Sascha Schumann

Replace slow strlcpy with a quick memcpy.


12345