Revision tags: php-5.0.0b3, php-5.0.0b3RC2 |
|
#
02a93167 |
| 19-Dec-2003 |
Dmitry Stogov |
Bug #25547 (error_handler and array index with function call) was fixed tests/lang/bug25547.phpt
|
Revision tags: php-5.0.0b3RC1 |
|
#
d4f64f88 |
| 15-Dec-2003 |
Marcus Boerger |
Reenable __tostring() magic for print,echo,concatenation,function naming... but not for other internal things. # As discussed with Andi
|
#
a2513618 |
| 12-Dec-2003 |
Marcus Boerger |
Free is needed in non ZTS too
|
#
8fb5ea30 |
| 12-Dec-2003 |
Marcus Boerger |
Fix memleaks in ZTS mode
|
#
a54c7dcb |
| 12-Dec-2003 |
Marcus Boerger |
Fix memleaks
|
#
c0df4502 |
| 18-Nov-2003 |
Andi Gutmans |
- Add E_STRICT, to be used to warn purists (like Jani :)
|
#
31685432 |
| 08-Nov-2003 |
Marcus Boerger |
Handle exceptions in casting more gracefully. This fixes bug #26166
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1 |
|
#
5dac0007 |
| 22-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25922 (Crash in error handler when 5th argument is modified).
|
Revision tags: php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
10def9a8 |
| 22-Sep-2003 |
Ilia Alshanetsky |
Added missing format.
|
#
71ba4427 |
| 18-Sep-2003 |
Marcus Boerger |
Fallback to default behaviour for unsupported object type conversions
|
#
9d7f2fd9 |
| 14-Sep-2003 |
Marcus Boerger |
Bugfix #25335
|
#
62421b52 |
| 08-Sep-2003 |
Marcus Boerger |
Fix registering/derigistering of stdClass in ZTS and NON ZTS mode
|
#
c7f1c2f7 |
| 01-Sep-2003 |
Marcus Boerger |
Invalidate exception in this case too
|
#
d15ad460 |
| 31-Aug-2003 |
Marcus Boerger |
Revisited: Replace the non portable code by spprintf
|
#
d45fd8a1 |
| 31-Aug-2003 |
Marcus Boerger |
Make vspprintf available as zend utility function. Use it in exception output.
|
#
12376a22 |
| 28-Aug-2003 |
Marcus Boerger |
Classe tables work this way
|
Revision tags: php-4.3.3 |
|
#
d3473d1f |
| 24-Aug-2003 |
Marcus Boerger |
- Provide a unified way to display uncaught exceptions, which shows file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use
- Provide a unified way to display uncaught exceptions, which shows file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use above function to fix memleaks in CLI.
show more ...
|
Revision tags: 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 |
|
#
2fd4ffce |
| 30-Jul-2003 |
Zeev Suraski |
Add exec_finished() callback for modules - this is the last place where the modules may touch the symbol table reliably
|
#
c50fbaf6 |
| 29-Jul-2003 |
foobar |
Remove the obfuscation caused by the double "#ifdef ZTS"
|
#
9b132027 |
| 24-Jul-2003 |
Zeev Suraski |
Make print_r() binary safe with keys
|
#
288dacca |
| 30-Jun-2003 |
Andi Gutmans |
- ZE coding style requires if ( instead of if(
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
b8187313 |
| 15-Jun-2003 |
Stanislav Malyshev |
Fix bug #23279 - exception handler exits after first function call
|
#
ceb91fba |
| 14-Jun-2003 |
Marcus Boerger |
Bugfix #24182: va_arg macro error in Zend/zend.c
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
d329ce93 |
| 08-Jun-2003 |
Zeev Suraski |
Nicer handling of protected/private members in print_r()
|