#
8c92cdd8 |
| 18-Feb-2001 |
Sascha Schumann |
Save 50% of the syscalls when writing the HTTP header.
|
Revision tags: php-4.0.4pl1 |
|
#
ae92ebb9 |
| 10-Jan-2001 |
Sascha Schumann |
Especially on FreeBSD it seems to be common that send(2) does not do a decent job. We handle that better now.
|
Revision tags: php-4.0.4pl1RC2 |
|
#
de847f60 |
| 09-Jan-2001 |
Sascha Schumann |
Propagate the response code/HTTP status code back to thttpd for logging.
|
#
7dd166e8 |
| 09-Jan-2001 |
Sascha Schumann |
Account the number of sent bytes properly
|
Revision tags: php-4.0.4pl1RC1 |
|
#
bd0ac7fe |
| 02-Jan-2001 |
Zeev Suraski |
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
show more ...
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
3fbfbf1f |
| 13-Nov-2000 |
Sascha Schumann |
Add thttpd-dependent interface for maintaining persistent connections on an iterative web-server. This will be used by the IRCG extension.
|
#
6a149caa |
| 12-Nov-2000 |
Sascha Schumann |
Fix aborted connection handling and stop modifying thttpd data
|
#
27a84800 |
| 29-Oct-2000 |
Sascha Schumann |
Add/unify aborted connection handling
|
#
6ff371d9 |
| 27-Oct-2000 |
Sascha Schumann |
Leave initializing of auth_(user|password) to php_handle_auth_data().
|
#
e6dd64e9 |
| 27-Oct-2000 |
Sascha Schumann |
Use php_handle_auth_data
|
#
0fd6a7ed |
| 11-Oct-2000 |
Sascha Schumann |
Provide basic auth info to scripts. Protect shutdown handler from being called multiple times.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
91c808ec |
| 08-Sep-2000 |
Zeev Suraski |
Restore the headers_only test to the centralized SAPI startup. If necessary, it can be overriden in the activate() callback.
|
Revision tags: php-4.0.2 |
|
#
e97c8ff0 |
| 29-Aug-2000 |
Sascha Schumann |
Set SG(request_info).path_translated to the path of the main script.
|
#
0b719aa4 |
| 27-Aug-2000 |
Sascha Schumann |
Compute absolute path to script
|
#
c6cd319c |
| 25-Aug-2000 |
Sascha Schumann |
Use request_uri as PHP_SELF. decodedurl also includes the query string.
|
#
ad04898e |
| 25-Aug-2000 |
Sascha Schumann |
php_register_variables(.. ELS_CC ..)
|
#
8a1db559 |
| 25-Aug-2000 |
Sascha Schumann |
Make proper use of SAPI's register_environment functionality.
|
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
|