#
cad60c37 |
| 10-Aug-2004 |
Rasmus Lerdorf |
Add SAPI hook to get the request time if provided by the web server, otherwise call time(0) on the first call and store it so subsequent calls will get the same time. Hook support for Apache
Add SAPI hook to get the request time if provided by the web server, otherwise call time(0) on the first call and store it so subsequent calls will get the same time. Hook support for Apache1/2 included.
show more ...
|
Revision tags: php-5.0.1RC1, RELEASE_0_1 |
|
#
56f8195f |
| 19-Jul-2004 |
Andi Gutmans |
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
show more ...
|
#
2af6d0e1 |
| 17-Jul-2004 |
Moriyoshi Koizumi |
- request_dtor() should be called if a fatal error occurs during activation phase. |
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
42f7b802 |
| 25-Jun-2004 |
Edin Kadribasic |
MFB: Memory leak fix (patch by Joe Orton) Fixes #28113. Adapted to php5 by Magnus Määttä. |
#
cfbf5b24 |
| 18-Jun-2004 |
Ilia Alshanetsky |
Fixed bug #28818 (Apache 2 sapis do not export st_dev). |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2 |
|
#
39baa271 |
| 16-Mar-2004 |
Ilia Alshanetsky |
Fixed bug #27580 (pre-initialization errors in ap2 handler are not being written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & dir
Fixed bug #27580 (pre-initialization errors in ap2 handler are not being written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive.
show more ...
|
Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
c828007f |
| 08-Mar-2004 |
Ilia Alshanetsky |
Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs). |
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1 |
|
#
815fe886 |
| 11-Feb-2004 |
Rui Hirokawa |
fixed a compilation error. |
#
67dd7305 |
| 09-Feb-2004 |
Ilia Alshanetsky |
Fixed bug #27196 (Missing content_length initialization in apache 2 sapis). |
Revision tags: php-4.3.5RC2 |
|
#
dfaa06db |
| 29-Jan-2004 |
Ilia Alshanetsky |
Apache 2 portion of the fix for bug #25753. |
#
7d31f377 |
| 29-Jan-2004 |
Ilia Alshanetsky |
Fixed bug #27037 (fixed possible crash in apache2handler output code). |
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2 |
|
#
7930ddce |
| 19-Dec-2003 |
Wez Furlong |
Make apache2handler build with new build system. Perhaps also make it build with .dsp system too... |
Revision tags: php-5.0.0b3RC1 |
|
#
1628eb10 |
| 12-Dec-2003 |
Ilia Alshanetsky |
Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia) |
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1 |
|
#
4dfbc210 |
| 21-Oct-2003 |
foobar |
Fixed bug #25768 |
Revision tags: php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2 |
|
#
ffb57ad5 |
| 02-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25701 (On flush() set headers_sent in apache2handler) |
Revision tags: php-4.3.4RC1, RELEASE_0_7 |
|
#
2998eeaf |
| 19-Sep-2003 |
Ilia Alshanetsky |
Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called outside of zend_try {} block). |
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3 |
|
#
10aae5e6 |
| 06-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #24958 (Incorrect handling of 404s) |
Revision tags: RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO |
|
#
52da23fa |
| 03-Aug-2003 |
Uwe Schindler |
Fix Win32 Build because of missint TSRM stuff |
#
d2bf1c13 |
| 02-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #24177 (Status not set correctly after flush() in Apache 2) |
#
2b768e8b |
| 01-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #22072 (Apache2 sapis do not detect aborted connections). |
Revision tags: php-4.3.3RC2 |
|
#
d6430ab7 |
| 11-Jul-2003 |
foobar |
- Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani) |
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 |
|
#
2f15b206 |
| 23-May-2003 |
Ilia Alshanetsky |
Fixed bug #23759 (PHP doesn't preserve subrequest status). (jaboydjr.netwalk@com, Ilia) |
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3 |
|
#
af327304 |
| 14-May-2003 |
Moriyoshi Koizumi |
Revert the last patch. # sorry for the annoyance |