#
085f2a69 |
| 28-Apr-2005 |
foobar |
- Reorder request shutdown calls: Call all __destruct() functions and register_shutdown_function() callbacks before flushing output buffers and sending headers. - Fixes bug #30578 and
- Reorder request shutdown calls: Call all __destruct() functions and register_shutdown_function() callbacks before flushing output buffers and sending headers. - Fixes bug #30578 and possibly others related to output buffering. # Added some comments too about what happens and where
show more ...
|
#
396acbf6 |
| 27-Apr-2005 |
Andrey Hristov |
rename |
#
5778fccb |
| 19-Apr-2005 |
Andrey Hristov |
add INT_MAX and INT_SIZE constants. #64bit machines are getting wider usage and these are needed |
Revision tags: RELEASE_0_3 |
|
#
8235a70e |
| 04-Apr-2005 |
Rui Hirokawa |
added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. |
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2 |
|
#
b6554f5a |
| 24-Mar-2005 |
Andi Gutmans |
- Fix typos |
Revision tags: php-4.3.11RC2 |
|
#
15ed825d |
| 23-Mar-2005 |
Marcus Boerger |
- Notices shouldn't be treatedas errors and thus not being conidered to be converted to exceptions. |
#
7b3813ea |
| 19-Mar-2005 |
Marcus Boerger |
- We don't need to block those here (works as it works with normal error overloading) |
Revision tags: php-5.0.4RC1, php-4.3.11RC1 |
|
#
d0bb8f5f |
| 08-Mar-2005 |
foobar |
This makes more sense. (Someone might actually use php_error_docref0() :) |
#
3f57b46f |
| 27-Feb-2005 |
foobar |
cs fix (really annoying :) |
#
0d784538 |
| 21-Feb-2005 |
Moriyoshi Koizumi |
- Fix bug #28568 (known_post_content_types is not thread safe). # What is eventually necessiated is entire SAPI redesign, I think. |
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
6ffb0dca |
| 09-Jan-2005 |
foobar |
- Fix leaks with registered shutdown functions. |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227 |
|
#
4e942cb0 |
| 10-Dec-2004 |
Andi Gutmans |
- Fix bug #27728 (Can't return within a zend_try{} or the previous state isn't restored. |
Revision tags: php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH |
|
#
6021286c |
| 18-Oct-2004 |
Anantha Kesari H Y |
removing php_output_activate Fix for bug#30397 |
#
3b2879b3 |
| 18-Oct-2004 |
Derick Rethans |
- Revert patch until it is discussed |
#
d5eb399b |
| 16-Oct-2004 |
Anantha Kesari H Y |
Fix for Bug #30397 |
#
216853c0 |
| 05-Oct-2004 |
Andi Gutmans |
- Apply realpath() cache patch. We don't use it if we're in safe_mode and - friends (which are quite slow anyway). - If it proves to be stable I'll remove the #ifdef's in a few weeks. |
#
0903dcdc |
| 29-Sep-2004 |
Anantha Kesari H Y |
removed redundant NEW_LIBC checks for NETWARE |
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH |
|
#
85a36e2b |
| 05-Sep-2004 |
Zeev Suraski |
Fix reverse dependency |
Revision tags: php-4.3.9RC2 |
|
#
b9310261 |
| 16-Aug-2004 |
Zeev Suraski |
Fix an oldie fd leak |
#
566230a0 |
| 13-Aug-2004 |
Derick Rethans |
- Added the PHP_EOL constant (Patch by Paul Hudson) |
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
0cd2da03 |
| 25-Jul-2004 |
Marcus Boerger |
- Execute destructors earlier (Florian Schaper, fschaper at intux org) |
Revision tags: RELEASE_0_1 |
|
#
77228375 |
| 15-Jul-2004 |
Marcus Boerger |
- Use ErrorException instead of Exception |
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
e389e255 |
| 28-May-2004 |
Ilia Alshanetsky |
The engine will take care out-of-memory situation for us. |
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1 |
|
#
e410a0f5 |
| 23-May-2004 |
Andi Gutmans |
- Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry) |
Revision tags: RELEASE_0_1_1 |
|
#
dcb0ee6e |
| 20-May-2004 |
Derick Rethans |
- Allow extra parameters to mail to be forced also from virtual host settings. |