We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Waiting for doctrine/mongodb-odm/pull/1553 or usign https://github.com/alcaeus/mongo-php-adapter
Sorry, something went wrong.
I tried a lot, but i could not get it to work with php7.
What i have done so far:
"doctrine/mongodb-odm": "1.0.x-dev#328c1eba840a4f3b81d3a28211b3f1ce5445ceaf", "doctrine/mongodb-odm-bundle": "3.0.x-dev#1ac417f1e1374474778707f9f0d7d82b19d17922"
"doctrine/mongodb-odm": "1.0.x-dev#328c1eba840a4f3b81d3a28211b3f1ce5445ceaf",
"doctrine/mongodb-odm-bundle": "3.0.x-dev#1ac417f1e1374474778707f9f0d7d82b19d17922"
delete the post-install-cmd script as well
config alcaeus mongo-php-adapter:
composer config "platform.ext-mongo" "1.6.16" && composer require alcaeus/mongo-php-adapter
composer require "doctrine/mongodb-odm-bundle" composer require "doctrine/mongodb-odm"
composer require "doctrine/mongodb-odm-bundle"
composer require "doctrine/mongodb-odm"
run the post-install-cmd script
follow the installation guide (set permissions, ...)
Result app_dev.php still throws the Error Compile Error: Cannot use 'Int' as class name as it is reserved
Compile Error: Cannot use 'Int' as class name as it is reserved
I used grep to make sure that the complete vendor folder is not using the @Int Annotation. Any ideas? Maybe a autoload is loading some references?
@Int
in master!!!!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: