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

Prevent duplicate class declarations when not using autoloaders #71

Merged
merged 1 commit into from
Feb 26, 2016

Conversation

alcaeus
Copy link
Owner

@alcaeus alcaeus commented Feb 26, 2016

This will help people who are not relying on an autoloader to load the Mongo* classes on demand if they are not already present (e.g. because ext-mongo is installed). When installing mongo-php-adapter via composer and using the supplied autoloader, the classes will only be loaded when ext_mongo is not installed.

@alcaeus alcaeus added this to the 1.0.0 milestone Feb 26, 2016
alcaeus added a commit that referenced this pull request Feb 26, 2016
Prevent duplicate class declarations when not using autoloaders
@alcaeus alcaeus merged commit 94029ea into master Feb 26, 2016
@alcaeus alcaeus deleted the prevent-accidental-declaration branch February 26, 2016 19:21
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