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

Make the introduced performance optimization for PluginLoader optional #4

Merged
merged 1 commit into from
May 7, 2019

Conversation

falkenhawk
Copy link
Member

@falkenhawk falkenhawk commented May 6, 2019

- restore original PluginLoader behavior by default
- introduce static Zend_Loader_PluginLoader::useFallbackLoader(false) toggle to disable the fallback and depend solely on composer's autoloader (for performance) - if your code structure supports that
@glensc
Copy link
Collaborator

glensc commented May 6, 2019

LGTM as is backward compatible

@falkenhawk falkenhawk merged commit bbf40df into master May 7, 2019
@falkenhawk falkenhawk deleted the optional-perf-optimization branch May 7, 2019 10:27
@glensc
Copy link
Collaborator

glensc commented May 7, 2019

thank you for addressing this in a timely manner!

falkenhawk added a commit that referenced this pull request May 23, 2019
#4)

- restore original PluginLoader behavior by default
- introduce static Zend_Loader_PluginLoader::useFallbackLoader(false) toggle to disable the fallback and depend solely on composer's autoloader (for performance) - if your code structure supports that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants