History log of /PHP-5.4/sapi/thttpd/thttpd.c (Results 51 – 75 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 89751868 02-May-2001 Andi Gutmans

- Another strncpy() -> strlcpy() change


Revision tags: php-4.0.5, php-4.0.5RC8
# 6602b480 25-Apr-2001 Sascha Schumann

Fix optimization -- we did not send out custom Response Status Lines.


Revision tags: php-4.0.5RC7
# 0fc2ca64 22-Apr-2001 Sascha Schumann

bytes in the conn structure was renamed to bytes_sent.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 5708ddf1 13-Mar-2001 Sascha Schumann

Replace memcpy and sprintf with smart_strs.


Revision tags: php-4.0.5RC1
# de6c69f7 02-Mar-2001 Sascha Schumann

Combine all HTTP headers into a single writev


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 4a32816f 21-Feb-2001 Sascha Schumann

If we cannot send the header, we don't need to continue with the page.


# 2403578e 19-Feb-2001 Sascha Schumann

Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
caused that file to be included by accident.


12345