History log of /PHP-8.4/Zend/zend_exceptions.c (Results 151 – 175 of 409)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b195c98 21-Nov-2015 Xinchen Hui

Improved fix for bug #70944


# a1c88796 20-Nov-2015 Xinchen Hui

Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)


Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1
# 71af54e5 19-Aug-2015 Dmitry Stogov

Mark error and exception functions as "cold" (Matt's idea)


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


12345678910>>...17