History log of /PHP-5.3/Zend/zend_exceptions.c (Results 51 – 75 of 124)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0e575286 19-Apr-2005 foobar

No c++ comments in C code


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 5b18b931 07-Dec-2004 Dmitry Stogov

Fixed bug #30904 (segfault when recording soapclient into session).


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# 8bf02ee6 30-Oct-2004 Marcus Boerger

- Fix protos


Revision tags: PRE_NEW_VM_GEN_PATCH
# f775ea0a 27-Sep-2004 Marcus Boerger

- Fix memeleak


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 96ab56e1 09-Sep-2004 Andi Gutmans

- Roll back VM commit


# 8eb8850c 08-Sep-2004 Andi Gutmans

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution meth

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution methods. Function handlers, switch()
and goto dispatching. goto seems to be the fastest but it really
depends on the compiler and how well it optimizes. I suggest playing
around with optimization flags.

- Warning: Things might break so keep us posted on how things are going.
(Dmitry, Andi)

show more ...


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?


12345