History log of /PHP-7.1/Zend/zend_exceptions.c (Results 226 – 250 of 293)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# e9549a4f 27-Jul-2004 Marcus Boerger

- Be specific about visibility


# 2b9c90ef 25-Jul-2004 Marcus Boerger

- Add optional parameters $filename and $lineno to ErrorException
constructor to allow overwriting automatically retrieved information.
# It may be reasonable to delete the trace in case th

- Add optional parameters $filename and $lineno to ErrorException
constructor to allow overwriting automatically retrieved information.
# It may be reasonable to delete the trace in case that feature is used.

show more ...


Revision tags: RELEASE_0_1
# 8a153add 20-Jul-2004 Zeev Suraski

Fix prototypes


# 76014846 20-Jul-2004 Zeev Suraski

Add descriptions


# 1cdf7e66 15-Jul-2004 Marcus Boerger

- Add new class ErrorException to encapsulate errors in exceptions


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, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 3ec72d3e 20-May-2004 Wez Furlong

Revert; obviously I missed the function at the bottom of the file...


# 892ec5f5 20-May-2004 Wez Furlong

Export this, so extensions may throw their own exception objects that
they have already instantiated.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1
# 087ed66b 13-Apr-2004 Marcus Boerger

Classnames shall start with an uppercase character


# 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.


12345678910>>...12