Skip to content

Fix bug #65579 (Using traits with get_class_methods causes segfault).#423

Merged
php-pulls merged 1 commit intophp:PHP-5.4from
LawnGnome:bug65579
Aug 29, 2013
Merged

Fix bug #65579 (Using traits with get_class_methods causes segfault).#423
php-pulls merged 1 commit intophp:PHP-5.4from
LawnGnome:bug65579

Conversation

@LawnGnome
Copy link
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants