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

Changed to be the case #103

Closed
shanghaiyangming opened this issue Apr 20, 2016 · 2 comments
Closed

Changed to be the case #103

shanghaiyangming opened this issue Apr 20, 2016 · 2 comments
Labels

Comments

@shanghaiyangming
Copy link

<?php include "vendor/autoload.php"; $alias = 'ABCDEFG'; try { new \MongoId($alias); var_dump($alias); } catch (\MongoException $ex) { var_dump($alias);//"abcdefg" }

@alcaeus
Copy link
Owner

alcaeus commented Apr 20, 2016

Thanks for the report. This is an issue in the new MongoDB driver which will be fixed with the upcoming version. See mongodb/mongo-php-driver#297 for more details.

@shanghaiyangming
Copy link
Author

thank you~~!

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

No branches or pull requests

2 participants