History log of /PHP-7.4/Zend/zend_exceptions.c (Results 76 – 100 of 331)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.0RC1
# a1c9c318 18-Aug-2015 Bob Weinand

Woops, accidentally made TS build fail...


# 501407aa 18-Aug-2015 Bob Weinand

Revert fix for nicer truncation on log_errors_max_len


# c83cbdf6 18-Aug-2015 Bob Weinand

Better fix for exception traces truncation with anon classes


# d9a9b857 18-Aug-2015 Dmitry Stogov

Revert "Do not truncate exception traces upon anon class name"

This reverts commit b0c77fb80c9bceac37ec266f2d5a20131755c44a.


# b0c77fb8 18-Aug-2015 Bob Weinand

Do not truncate exception traces upon anon class name


# 63666799 14-Aug-2015 Nikita Popov

Executed file can be NULL

So revert this part to what it was originally.


# 2af19fb5 14-Aug-2015 Nikita Popov

Fix leak in previous commit

Turns out zend_update_property_str already does the copy implicitly.


# 13567d5d 14-Aug-2015 Nikita Popov

Don't copy zend_strings during exception creation

Minor optimization...


Revision tags: php-5.6.12, php-5.5.28
# feeb2fba 05-Aug-2015 Stanislav Malyshev

fix merge


Revision tags: php-7.0.0beta3, php-5.4.44
# 3e416bba 04-Aug-2015 Stanislav Malyshev

fix merge


# f1acac15 04-Aug-2015 Stanislav Malyshev

__wakeup doesn't have to be final


# 4d227814 27-Jul-2015 Stanislav Malyshev

Fix #69793 - limit what we accept when unserializing exception


# e488690d 27-Jul-2015 Stanislav Malyshev

Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# a1a83bf5 07-Jul-2015 Aaron Piotrowski

Switch code on thrown TypeError and ParseError to 0, update related tests


# 5df893ce 07-Jul-2015 Aaron Piotrowski

Use NULL where possible for exception class

Matches usage of zend_throw_exception()/zend_throw_exception_ex().


# 22c38b2e 03-Jul-2015 Aaron Piotrowski

Remove need to pass error level


# 5a99c07e 03-Jul-2015 Aaron Piotrowski

Enable throwing custom exceptions from errors


# ed1b6487 03-Jul-2015 Aaron Piotrowski

Switch position of ce in exception ce variable names


# f9e9d3a4 03-Jul-2015 Aaron Piotrowski

Cleanup exception ce API

Removed recently added functions to get Error ce's and marked the old functions
fetching default_exception_ce and error_exception_ce as deprecated.


# 94722e12 02-Jul-2015 Bob Weinand

Introduce ArithmeticError


# 007d7ac7 01-Jul-2015 Bob Weinand

Use DivisionByZeroError instead of exception for %/intdiv()


# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


# 5e167223 28-Jun-2015 Bob Weinand

Show exception source in phpdbg


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 8813b389 18-Jun-2015 Aaron Piotrowski

Fix bug when constructing an Error with invalid params


12345678910>>...14