History log of /PHP-5.5/Zend/zend_exceptions.c (Results 101 – 125 of 160)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 979da661 13-Apr-2004 Andi Gutmans

- Add hook for exception handler (Derick)


Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 7c72f6ff 01-Mar-2004 Andi Gutmans

- Fix crash in exception handling (zend_exception_error(...) and
zend_eval_string_ex() were buggy (Dmitry, Andi)


# c0885c93 25-Feb-2004 foobar

Improve error messages


# ca64573e 25-Feb-2004 Derick Rethans

- Fixed bug #27391 (typo in Fatal Error message).


Revision tags: php-4.3.5RC3, php-5.0.0b4
# 00ed3bad 12-Feb-2004 Zeev Suraski

Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)

NOTE: This currently breaks the build, fixes to php-src and pecl coming

Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)

NOTE: This currently breaks the build, fixes to php-src and pecl coming
soon

show more ...


# d9630a59 12-Feb-2004 Zeev Suraski

Exceptions updates:

- Enforce exceptions to be derived from class Exception. This allows
users to perform catch-all. It's not yet complete, so don't get
comfortable with it jus

Exceptions updates:

- Enforce exceptions to be derived from class Exception. This allows
users to perform catch-all. It's not yet complete, so don't get
comfortable with it just yet :) Updates are coming soon.
- Implement zend_throw_exception() using zend_throw_exception_ex()

show more ...


Revision tags: php-5.0.0b4RC1
# b6e14b44 10-Feb-2004 Zeev Suraski

Fix bug #27186


Revision tags: php-4.3.5RC2
# 9e60cb55 03-Feb-2004 Zeev Suraski

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mecha

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mechanism will follow on internals@
shortly...

Note - this (most probably) breaks the current implementation of
set_exception_handler()

show more ...


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# c4c6d521 22-Jan-2004 Marcus Boerger

Fix internal access to exception properties


Revision tags: php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 85f62caa 02-Jan-2004 Andrei Zmievski

Do not show exception message if it's empty.

# Is there a way to preserve the case of the exception class here?


# 87c2ba22 31-Dec-2003 Andrei Zmievski

Make default message look better.


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 30af3ba5 06-Dec-2003 Marcus Boerger

Show the exception message again after __toString() magic has been dropped.


# 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


1234567