Revision tags: RELEASE_0_9b |
|
#
0d398417 |
| 13-May-2003 |
Moriyoshi Koizumi |
Oops |
#
e54919d2 |
| 13-May-2003 |
Moriyoshi Koizumi |
Fixed bug #23610 |
#
edac2587 |
| 07-May-2003 |
Moriyoshi Koizumi |
Possible fix for bug #23455 (patch by rrichards@digarc.com) |
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
f7d72d17 |
| 16-Apr-2003 |
Ilia Alshanetsky |
Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2) |
#
6f08d5e7 |
| 10-Apr-2003 |
Stanislav Malyshev |
Make Apache 2 define SG(request_info).path_translated like Apache 1 did. |
#
3f700e58 |
| 29-Mar-2003 |
Sterling Hughes |
update php module name to php5, not php4. apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache. |
#
7e0aea7e |
| 27-Mar-2003 |
foobar |
CS fix |
#
0cef2e7d |
| 27-Mar-2003 |
Ian Holsman |
change to a pool-based bucket instead of a transient one. |
#
c5fd930e |
| 27-Mar-2003 |
Ian Holsman |
remove flush from standard unbuffered write. people requiring a flush can turn implicit flush on. Thanks ilia for benchmarking this! |
#
5d381f8f |
| 25-Mar-2003 |
Edin Kadribasic |
MFB and more. Fixed various win32 compilation issues. Also the sapi is now built as php4apach2.dll since the filter is being obsoleted. |
#
51972185 |
| 25-Mar-2003 |
Ilia Alshanetsky |
Fixed bug #22805 (Reading of user input could stop prematurely). |
#
6121c846 |
| 18-Mar-2003 |
foobar |
whitespace.. |
#
2697be63 |
| 17-Mar-2003 |
Ian Holsman |
PR#22672 - User not logged under Apache2 patch provided by Andrew Bradford. |
Revision tags: php-4.3.2RC1 |
|
#
97418f59 |
| 07-Mar-2003 |
Ilia Alshanetsky |
CS Fixes. Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified. |
#
45964cb6 |
| 05-Mar-2003 |
foobar |
- Fix for some unixware compile problem. (comment by Sascha :) |
#
a7df9995 |
| 22-Feb-2003 |
Justin Erenkrantz |
Add xbithack support to apache2handler SAPI. (configuration doesn't work, but that's not something new apparently.) |
#
97299303 |
| 20-Feb-2003 |
Justin Erenkrantz |
Clean up apache2handler SAPI. Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing
Clean up apache2handler SAPI. Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP
show more ...
|
Revision tags: php-4.3.1 |
|
#
ec68ed4a |
| 11-Feb-2003 |
Ian Holsman |
initial checkin of the apache2 SAPI using a handler instead of filters. TBD: src highlighting better post handling |