#
aa1b2061 |
| 05-Dec-2003 |
Ilia Alshanetsky |
Fixed crash demonstrated with ext/dom/tests/dom003.phpt test case.
|
#
0091b5ca |
| 30-Nov-2003 |
Marcus Boerger |
Check return value of exception::__tostring()
|
#
9ffd44e9 |
| 29-Nov-2003 |
Marcus Boerger |
Make exception code more robust: - Fix error in calculation of trace-string length - Allow to overload __strostring() and make it work for uncaught exceptions - Show exception thrown whil
Make exception code more robust: - Fix error in calculation of trace-string length - Allow to overload __strostring() and make it work for uncaught exceptions - Show exception thrown while displaying exceptions
show more ...
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
da8ce17f |
| 25-Oct-2003 |
Marcus Boerger |
This forces a better error message for non working clone calls.
|
#
cad49f1f |
| 25-Oct-2003 |
Marcus Boerger |
And use things to throw an exception here
|
#
4625529a |
| 25-Oct-2003 |
Marcus Boerger |
You shall not clone Exception instances
|
Revision tags: php-5.0.0b2RC1 |
|
#
8abb3bd4 |
| 22-Oct-2003 |
Marcus Boerger |
Impement userspace iterator interfaces and tests. See tests for details on the names.
|
#
0bb59f33 |
| 22-Oct-2003 |
Marcus Boerger |
The string conversion method should be named __toString()
|
Revision tags: php-4.3.4RC2, RELEASE_1_3b3 |
|
#
25aa8b71 |
| 17-Oct-2003 |
Marcus Boerger |
Added c-api for iterators # After 4 Month work and endless discussions...
|
#
d148ff77 |
| 15-Oct-2003 |
Marcus Boerger |
Fix cast function
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
755c404d |
| 17-Sep-2003 |
Marcus Boerger |
Use studlyCaps in exception class
|
#
6f78de02 |
| 11-Sep-2003 |
Marcus Boerger |
Use type instead of constant
|
#
fdf3fbad |
| 06-Sep-2003 |
Marcus Boerger |
Disallow to changing the backtrace
|
#
0e391873 |
| 05-Sep-2003 |
Marcus Boerger |
Provide string casting for exceptions by calling toString()
|
#
7bbbd503 |
| 03-Sep-2003 |
Marcus Boerger |
Fix handling of static properties initialized to arrays
|
#
f03801bd |
| 01-Sep-2003 |
Marcus Boerger |
Don't loose information if no parameters were shown. # Noticed by Sebatian Bergmann
|
#
d7fa986d |
| 01-Sep-2003 |
Marcus Boerger |
Show {main} and prevent showing empty stack traces
|
#
0036ed90 |
| 01-Sep-2003 |
Marcus Boerger |
Clearify this
|
#
07ef05ad |
| 01-Sep-2003 |
Sebastian Bergmann |
Revert what I think is an accidental commit by Marcus that slipped in at revision 1.23. Declaring getMessage() as final is a PITA, so I hope it will not come to that.
|
#
f9ee3191 |
| 31-Aug-2003 |
Marcus Boerger |
Excluded chars < 32 when displaying string parameters that would obliterate output.
|
#
d45fd8a1 |
| 31-Aug-2003 |
Marcus Boerger |
Make vspprintf available as zend utility function. Use it in exception output.
|
#
00fddc9b |
| 30-Aug-2003 |
Marcus Boerger |
Actually fetch the parameter
|
#
f1c92fa4 |
| 30-Aug-2003 |
Marcus Boerger |
- Calling abstract methods should be a error for consistency reason. - So in reflection_api we use the reflection_exception again.
|
#
80c0cdf7 |
| 30-Aug-2003 |
Marcus Boerger |
Even though it is ignored this should be correct
|
#
655f2dc5 |
| 30-Aug-2003 |
Marcus Boerger |
Add frame numer and finally display stack trace in the message. # # And voila - nice useable and helpfull exceptions in PHP. # Now we need to tell ppl 'anyway don't use them if possible'.
Add frame numer and finally display stack trace in the message. # # And voila - nice useable and helpfull exceptions in PHP. # Now we need to tell ppl 'anyway don't use them if possible'. #
show more ...
|