History log of /PHP-5.5/sapi/apache2filter/sapi_apache2.c (Results 151 – 173 of 173)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 030b7072 18-Nov-2000 Zeev Suraski

Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode


# 802d716c 11-Nov-2000 Sascha Schumann

Update README

Make Apache-related functions build

Add get_all_headers()

Fix segfault when SAPI outputs strings of length 0

Move request ctor/dtor into their own fu

Update README

Make Apache-related functions build

Add get_all_headers()

Fix segfault when SAPI outputs strings of length 0

Move request ctor/dtor into their own functions

show more ...


# 51ec0894 03-Nov-2000 Sascha Schumann

Setting no_cache causes Expires: to be send, which is not what we want.

Also disable ETag. It does not serve any purpose for dynamic pages.

Finally, disable keep-alive connections a

Setting no_cache causes Expires: to be send, which is not what we want.

Also disable ETag. It does not serve any purpose for dynamic pages.

Finally, disable keep-alive connections again, since we don't know
the content-length for sure.

show more ...


# 43ff395b 02-Nov-2000 Sascha Schumann

Const'ify part of sapi_request_info.

query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.


# 3ac8e258 02-Nov-2000 Sascha Schumann

Namespace protect dir_cmds and kill some warnings


# d9ba87c8 01-Nov-2000 Sascha Schumann

Our context's lifetime differs from the lifetime of a filter's context,
so don't set the filter's context in the INIT_CTX macro.


# 87e88d5a 01-Nov-2000 Sascha Schumann

Use Input filters for handling POST data


# b07276c3 29-Oct-2000 Sascha Schumann

Add standard license


# 27a84800 29-Oct-2000 Sascha Schumann

Add/unify aborted connection handling


# f01e3fbe 29-Oct-2000 Sascha Schumann

Handle user aborts


# 86b2d4fe 29-Oct-2000 Sascha Schumann

Add Request Body filters. This is a much nicer concept than
ap_get_req_body, since it is much more flexible and does not
need to buffer everything in memory (PHP still does..).


# d943274a 27-Oct-2000 Sascha Schumann

POST handler for my ubercool new Apache 2.0 function ap_get_req_body.


# ea7534a8 27-Oct-2000 Sascha Schumann

use puts instead of fprintf in log handler. no need for a format string.


# b5223972 27-Oct-2000 Sascha Schumann

Looks like transient buckets are limited to 4096 bytes, so split up writes.


# 93683d05 27-Oct-2000 Sascha Schumann

Add log message sapi handler.

Reenable pipelining requests. Looks like the problems are caused by the
cache, not pipelining.


# 50500e68 27-Oct-2000 Sascha Schumann

Apache 2.0 does some funky internal caching which works for static
content, but fails miserably in our context.


# 4f97ff00 27-Oct-2000 Sascha Schumann

speling


# 703a0c11 27-Oct-2000 Sascha Schumann

Add some comments


# 6ff371d9 27-Oct-2000 Sascha Schumann

Leave initializing of auth_(user|password) to php_handle_auth_data().


# 055efb70 27-Oct-2000 Sascha Schumann

Handle cookies and make use of php_handle_auth_data.


# 3a263dcd 26-Oct-2000 Sascha Schumann

Handle special queries.

Apache's default handler does not seem to handle flushes correctly yet.
One more project..


# d504de0f 26-Oct-2000 Sascha Schumann

An Apache 2.0 Filter for PHP, completely from scratch.

TODO:

POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_

An Apache 2.0 Filter for PHP, completely from scratch.

TODO:

POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).

Note that this code depends on some other commits which are pending.

show more ...


1234567