]> granicus.if.org Git - php/commit
Fix bug #65579 (Using traits with get_class_methods causes segfault).
authorAdam Harvey <aharvey@php.net>
Thu, 29 Aug 2013 03:33:42 +0000 (20:33 -0700)
committerAdam Harvey <aharvey@php.net>
Thu, 29 Aug 2013 03:33:42 +0000 (20:33 -0700)
commit72027cd0848f1a5c580c601573448cdea9b095ca
tree03a5c6d9bf2a3cfe3b63dd94e49f86fdbd2ad7ad
parent3745bdadc03a146fd37a3528658abc86bc8494df
Fix bug #65579 (Using traits with get_class_methods causes segfault).

Specifically, this checks if there are trait aliases defined in the class scope
before attempting to dereference the first trait alias. This handles the case
where a trait alias was used in a child trait but no aliases exist in the
concrete class.
NEWS
Zend/tests/bug65579.phpt [new file with mode: 0644]
Zend/zend_API.c