History log of /PHP-5.6/sapi/thttpd/thttpd.c (Results 101 – 117 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 5090b1e8 13-Aug-2000 Stanislav Malyshev

Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 76a2d253 02-Aug-2000 Rasmus Lerdorf

Heads up! I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but plea

Heads up! I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true. This happens
in an ErrorDocument redirect. In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information. For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well. (Rasmus)

show more ...


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 4010b422 26-Jun-2000 Andrei Zmievski

Separate plain name returned by php_sapi_module() and pretty name
used for output.


Revision tags: php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 102c6ce4 05-Jun-2000 Sascha Schumann

Move main.h to php_main.h.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 4a4d1856 17-May-2000 Sascha Schumann

Fix build against recent thttpd versions


Revision tags: php-4.0RC2, PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 5bdd18ca 10-Feb-2000 Zeev Suraski

Yes, you guessed it... More cleanup


# 0fd89aa2 10-Feb-2000 Zeev Suraski

More cleanup - move getenv() to SAPI


# 7d926a0e 10-Feb-2000 Zeev Suraski

More cleanup...


# 073b1481 10-Feb-2000 Zeev Suraski

More abstraction


# 404bbe1f 10-Feb-2000 Zeev Suraski

Move the logging mechanism to SAPI


# 9ab35ae3 28-Jan-2000 Zeev Suraski

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment and server variables. Setting
register_globals to Off will now also prevent registration of the
environment and server variables into the global scope (Zeev)
- Renamed gpc_globals to register_globals (Zeev)
- Introduced variables_order that deprecates gpc_order, and allows control
over the server and environment variables, in addition to GET/POST/Cookies
(Zeev)

show more ...


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 972631be 13-Jan-2000 Zeev Suraski

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flu

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@ implicitly after any output (Zeev)

show more ...


# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# ed0a307c 20-Dec-1999 Sascha Schumann

Use sapi_module_struct to contain SAPI module name


# 56a5e84f 20-Dec-1999 Sascha Schumann

Add SAPI module for thttpd server. Quote from the README:

This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.

Add SAPI module for thttpd server. Quote from the README:

This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.

The module contains a patch against version 2.10 of thttpd. The patch
adds hooks to thttpd to call PHP, if a filename matches *.php. This
patch will be applied when you install PHP.

While functional, this module exists primarily to demonstrate the
ability of PHP to work in almost every web server environment.

show more ...


12345