GithubHelp home page GithubHelp logo

Comments (7)

bjori avatar bjori commented on July 19, 2024

I'm not sure what you mean.

What exactly isn't defined? Can you paste the exact error message?

I suspect maybe you didn't install the driver itself properly, try:

pecl install mongodb

from mongo-php-library.

mdoelker avatar mdoelker commented on July 19, 2024

You also need to remove the old mongo extension for it to work properly.

from mongo-php-library.

jmikola avatar jmikola commented on July 19, 2024

You also need to remove the old mongo extension for it to work properly.

That should not be necessary as both extensions occupy different namespaces (top-level for legacy and MongoDB\Driver for new) and should not conflict.

from mongo-php-library.

pashadude avatar pashadude commented on July 19, 2024

I had some problems with BSON and Driver namespaces. My IDE (PhpStorm) says that those namespaces are undefined. MongoDb extension definetly is being loaded by PHP interpreter theIDE uses. I don't have old mongo anywhere in the system and don't have any links to old mongo anywhere in the configs or libraries. I have installed mongodb via pecl. - But the problem was in the IDE itself - it uses only official libraries for syntaxis analysis. So it highlights namespaces as undefined even though the code itself works. may be @beyazkurt has the same issue.

from mongo-php-library.

deividaspetraitis avatar deividaspetraitis commented on July 19, 2024

The same problem and for me. IDE says that namespaces are undefined. I have installed driver by pecl as in described in instructions. IDE is PHPStorm.

from mongo-php-library.

mdoelker avatar mdoelker commented on July 19, 2024

That should not be necessary as both extensions occupy different namespaces (top-level for legacy and MongoDB\Driver for new) and should not conflict.

I thought the same, but the classes would not be available until i disabled the old extension.

The same problem and for me. IDE says that namespaces are undefined. I have installed driver by pecl as in described in instructions. IDE is PHPStorm.

The current version of PHPStorm doesn't include the stubs for the new extension yet. You can add the stub file to your project though to get the autocomplete until it officially arrives in an update. Get it from here: https://raw.githubusercontent.com/JetBrains/phpstorm-stubs/master/mongodb.php

from mongo-php-library.

jmikola avatar jmikola commented on July 19, 2024

IDE stubs are currently being left to the community and IDE authors, so I'm going to close this out.

Note that the extension does have reflection info defined to assist with stub generation. Any discrepancies between that info and reality (or PHP.net docs) are definitely a bug that we'll gladly look into. We've had a few reports already, which were fixed and should appear in any recently generated stubs.

from mongo-php-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.