#
91f68f01 |
| 25-Jan-2005 |
foobar |
massage |
#
2f55df7d |
| 24-Jan-2005 |
Marcus Boerger |
- mysqli/sqlite changes |
#
87ddc9d0 |
| 11-Jan-2005 |
Moriyoshi Koizumi |
- BFN |
#
901e4f78 |
| 08-Jan-2005 |
foobar |
NN |
#
0dddd923 |
| 07-Jan-2005 |
Magnus M��tt� |
Added new function: posix_access() Feature requests: #29615, #14924 |
#
500d0e3b |
| 07-Jan-2005 |
Georg Richter |
new mysqli stuff |
#
5abd0518 |
| 30-Dec-2004 |
foobar |
cleanup.. |
#
c2ef1ad4 |
| 26-Dec-2004 |
Georg Richter |
added constructors for mysqli_stmt and mysqli_resultset classes |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2 |
|
#
8dc461f8 |
| 07-Dec-2004 |
Derick Rethans |
- Tidy up NEWS a bit |
#
224d2479 |
| 04-Dec-2004 |
Rasmus Lerdorf |
Add apache_reset_timeout() function for Apache1. This is needed because Apache1 only resets the write timer, which defaults to 300 seconds, on a successful write. That is, if the client has
Add apache_reset_timeout() function for Apache1. This is needed because Apache1 only resets the write timer, which defaults to 300 seconds, on a successful write. That is, if the client has gone away and Apache attempts a write which fails it will set the conn->aborted flag but not reset the timeout. Assuming the PHP script is running in ignore_user_abort mode we ignore the aborted flag, but we'll still get blown out of the water 300 seconds after the failed write unless we periodically reset the timer. With set_time_limit(0), ignore_user_abort(true) and periodic apache_reset_timeout() calls we can theoretically run forever which is why I disabled this call in safe mode.
show more ...
|
Revision tags: php-5.0.3RC1 |
|
#
c51e4914 |
| 27-Nov-2004 |
Marcus Boerger |
BFN |
Revision tags: php-4.3.10RC1 |
|
#
0802b128 |
| 24-Oct-2004 |
Ilia Alshanetsky |
Make request start time be available via $_SERVER['REQUEST_TIME']. # As discussed on internals. |
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
4b947b05 |
| 21-Oct-2004 |
Ilia Alshanetsky |
Allow gettimeofday() return a float if optional argument is specified. |
#
7d18ca4c |
| 14-Oct-2004 |
Ilia Alshanetsky |
Added sqlite_fetch_column_types() 3rd argument for arrays. |
#
51ffc017 |
| 13-Oct-2004 |
Ilia Alshanetsky |
Added optional offset parameter to file_get_contents(). |
#
2390ca71 |
| 12-Oct-2004 |
Ilia Alshanetsky |
MFH: Added optional offset parameter to stream_get_contents(). |
#
c1184435 |
| 08-Oct-2004 |
Christian Stocker |
this NEWS entry should have gone into PHP_5_0 branch. sorry |
#
bd99d77b |
| 08-Oct-2004 |
Christian Stocker |
- Fixed bug #27183 (Userland stream wrapper segfaults on stream_write) Was applied to PHP 4 ages ago, but not to PHP 5 branch |
#
ee40e4dc |
| 06-Oct-2004 |
Marcus Boerger |
Style... |
#
a952a1bf |
| 06-Oct-2004 |
Andi Gutmans |
- If we're going to mention the low level stuff then also give credit - to Thies and Sterling |
#
d9ad917f |
| 05-Oct-2004 |
Marcus Boerger |
Add more improvements done so far |
#
0358d81e |
| 05-Oct-2004 |
Marcus Boerger |
Update |
#
b76deb94 |
| 27-Sep-2004 |
Andrey Hristov |
give credits to David |
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1 |
|
#
daa52df4 |
| 16-Sep-2004 |
Andi Gutmans |
- Only 5.0.x news which we'll copy over before 5.1.0 release |
#
d098a077 |
| 16-Sep-2004 |
Andi Gutmans |
- News |