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

Fix the whitelisting of classes #263

Merged
merged 4 commits into from
Oct 11, 2018

Conversation

theofidry
Copy link
Member

@theofidry theofidry commented Oct 11, 2018

A change has been made in the whitelist behaviour in order to support the whitelisting of global classes: instead of blindly applying aliases with their class_alias() statements in the scoper-autoload.php, the whitelisted classes found are recorded and the scoper-autoload.php will contain all the class_alias() statements necessary. However the Scoper autoload dumper was not updated to reflect on that new API

/cc @sebastianfeldmann & @kambo-1st I'll try to release that ASAP since it's likely to be a blocker for you guys

@theofidry theofidry force-pushed the bugfix/whitelist-classes branch from ad75768 to 03fefae Compare October 11, 2018 16:30
@theofidry theofidry force-pushed the bugfix/whitelist-classes branch from 03fefae to 5b7ce82 Compare October 11, 2018 16:31
@theofidry theofidry changed the title Bugfix/whitelist classes Fix the whitelisting of classes Oct 11, 2018
@theofidry theofidry merged commit 8d63d9b into humbug:master Oct 11, 2018
@theofidry theofidry deleted the bugfix/whitelist-classes branch October 11, 2018 16:40
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.

1 participant