]> granicus.if.org Git - php/commit
Merge branch 'pull-request/1284'
authorAnatol Belski <ab@php.net>
Wed, 17 Jun 2015 19:55:03 +0000 (21:55 +0200)
committerAnatol Belski <ab@php.net>
Wed, 17 Jun 2015 19:55:03 +0000 (21:55 +0200)
commit269acaa363cab7de8705b060ba9b1e32322fb0f4
tree66efcef9cde9f20638c82e6db33f1d281e9f3eff
parent7db113fad106559a1335fea48d622d12d0e32f55
parentc5eb924e9e43c59b564549e149b59ad9a4bee74a
Merge branch 'pull-request/1284'

* pull-request/1284:
  Rename interface macros
  Fix typo in UPGRADING
  Move definition of Throwable to zend_exceptions.h/c
  Check for zend_ce_throwable instead
  Fix some missed tests
  Add Throwable tests
  Fix previous exception type check
  Updated UPGRADING with RFC link
  Changed AssertionException to AssertionError
  Update exception error messages
  Throwable method signatures.
  Update exception names in tests after formatting changes.
  Merge exception formatting changes.
  Make zend_get_exception_base static.
  Fix a few missed tests.
  Fix handler double copy.
  Updated tests to reflect exception class changes.
  Remodel exceptions based on Throwable interface