#
76c0f428 |
| 23-Aug-2008 |
Pierre Joye |
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN) |
#
9a2fc26e |
| 22-Aug-2008 |
Marcus Boerger |
- MFH Cleanup exports and allow to overwrite ext registration |
#
85ab4235 |
| 15-Aug-2008 |
Felipe Pena |
- MFH: Removed some TSRMLS_FETCH()s |
#
3f7a4b7e |
| 08-Aug-2008 |
Marcus Boerger |
- MFH error handling, now with save, replace, restore |
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
05834fc5 |
| 25-Jul-2008 |
Felipe Pena |
- MFB: Fixed the parameter type expected. set_time_limit() should accept only integer. |
Revision tags: php-4.4.9RC1 |
|
#
d619b57e |
| 21-Jul-2008 |
Hannes Magnusson |
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) |
#
baab2044 |
| 21-Jul-2008 |
Dmitry Stogov |
Fixed chdir() into requested file directory inconsistencies |
#
531b31ca |
| 25-Jun-2008 |
Dmitry Stogov |
Fixed bug #45352 (Segmentation fault because of tick function on second request) |
#
bee6c524 |
| 21-Jun-2008 |
Felipe Pena |
- New parameter parsing API |
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
bbc34ba1 |
| 21-May-2008 |
Pierre Joye |
- actually disable the ASSERT error dialog box (affects debug mode only), helps to run the tests and coverage analyze |
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
66b66914 |
| 22-Mar-2008 |
Antony Dovgal |
use correct flags |
#
7f02e564 |
| 21-Mar-2008 |
Antony Dovgal |
MFH: revert |
#
bb86f3ae |
| 20-Mar-2008 |
Stanislav Malyshev |
[DOC] make short_open_tag user-accessible |
#
e3b672bb |
| 19-Mar-2008 |
Antony Dovgal |
MFH: make use of zend_atol() |
#
6c158374 |
| 18-Mar-2008 |
Rasmus Lerdorf |
exit_on_timeout patch After the sigsetjmp change, this is patch #2 in an effort to get some sanity restored to signal handling in PHP. This patch does two things. First, it mak
exit_on_timeout patch After the sigsetjmp change, this is patch #2 in an effort to get some sanity restored to signal handling in PHP. This patch does two things. First, it makes it possible to reset the timeout without resetting the signal handlers. This is important for cases where an extension may have deferred signals in its MINIT in order to implement critical sections. It also lays the groundwork for cleaning up our signal handling and perhaps eventually implementing our own signal deferring mechanism so we can have true critical sections. The second thing this does is to make it possible to terminate the current child process (only for Apache1 at the moment) on a timeout. There are a number of extensions that are unhappy about being longjmp'ed out of and when this happens on a timeout they are left in an inconsistent state. By turning on exit_on_timeout you can now force the process to terminate on a timeout which will clean up any hanging locks and/or memory left hanging after the longjmp.
show more ...
|
#
2b10c53a |
| 18-Mar-2008 |
Felipe Pena |
MFH: Dropped zend.ze1_compatibility_mode [DOC] |
#
40f83dad |
| 16-Mar-2008 |
Felipe Pena |
Fix build (ZTS) |
#
af316021 |
| 16-Mar-2008 |
Marcus Boerger |
- Rewrite scanner to be based on re2c instead of flex The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository versio
- Rewrite scanner to be based on re2c instead of flex The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
show more ...
|
#
a9fe1010 |
| 12-Mar-2008 |
Stanislav Malyshev |
[DOC] add request_order INI variable to control $_REQUEST content # if not set (default), variables_order still is used # request_order accepts G,P and C |
#
e9a6f0f2 |
| 08-Mar-2008 |
Etienne Kneuss |
MFH: User error handlers no longer catch supressed errors |
Revision tags: php-5.2.6RC2 |
|
#
ab232458 |
| 05-Mar-2008 |
Dmitry Stogov |
Optimized require_once() and include_once() by eliminationg open() syscall on second usage. |
Revision tags: php-5.2.6RC1 |
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages |
Revision tags: RELEASE_1_3_1 |
|
#
4652c2bf |
| 15-Feb-2008 |
Pierre Joye |
- [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants |
#
a0f16875 |
| 04-Feb-2008 |
Jani Taskinen |
MFH: allow using these constants in php.ini (f.e. PHP_SAPI..) |
#
71592cec |
| 22-Jan-2008 |
Dmitry Stogov |
Added garbage collector |