Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated raise() core functionality #89

Merged
merged 2 commits into from
Jul 12, 2015

Conversation

thekid
Copy link
Member

@thekid thekid commented Jul 12, 2015

Related to pre-namespace class loading, lazily loads exception and then throws it. No longer necessary now that we are using the PHP builtin class loading, which is lazy by default

Part of 6.4.0-RELEASE per xp-framework/rfc#298

Related to pre-namespace class loading, lazily loads exception
and then throws it. No longer necessary now that we are using
the PHP builtin class loading, which is lazy by default
@thekid thekid added this to the 6.4.0 milestone Jul 12, 2015
thekid added a commit that referenced this pull request Jul 12, 2015
Remove deprecated raise() core functionality
@thekid thekid merged commit 6be1f81 into xp-framework:master Jul 12, 2015
@thekid thekid deleted the refactoring/remove-raise branch July 12, 2015 11:32
@thekid thekid mentioned this pull request Jul 12, 2015
11 tasks
@thekid thekid added the rfc label Jul 12, 2015
thekid added a commit to xp-forge/mustache that referenced this pull request Jul 12, 2015
thekid added a commit to xp-framework/xml that referenced this pull request Jul 12, 2015
@thekid
Copy link
Member Author

thekid commented Jul 12, 2015

This only affected two libraries - we'd pretty much gotten rid of all occasions before. Good sign not too much breakage will occur from this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant