History log of /PHP-7.3/sapi/apache2handler/php_functions.c (Results 76 – 86 of 86)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# d3bde360 10-Jul-2003 foobar

Use the proper way to get the max requests per child.


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 7bd188fc 26-May-2003 Derick Rethans

- Fix typo


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 2e0651f3 25-Mar-2003 Ilia Alshanetsky

Added missing initialization, which causes AP2 to crash on startup in ZTS.


# 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.


# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.


# 96c02a12 25-Mar-2003 foobar

- This is not supposed to be 'pretty' name. (ref. bug #22853)


Revision tags: php-4.3.2RC1
# 8c3e16bf 07-Mar-2003 Ilia Alshanetsky

OnUpdateInt -> OnUpdateLong.


# 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.


# 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


1234