Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 872 Bytes

README.rdoc

File metadata and controls

34 lines (20 loc) · 872 Bytes

Installation

To install:

$ phpize
$ ./configure
$ make
$ sudo make install

See www.mongodb.org/display/DOCS/PHP+Language+Center for information on configuration options.

Documentation

See us2.php.net/manual/en/book.mongo.php

Testing

To run the tests:

$ phpunit tests/MongoSuite

You can get information about installing and setting up phpunit at www.phpunit.de/.

The tests will spit out a bunch of warnings if you do not have mongo-php-driver/php on your include path, but it will just skip the tests that require that.

The tests will also attempt to create an admin user using the shell. If “mongo” is not on your path, you will get some output complaining about it.

Credits

Jon Moss

  • Came up with the idea and implemented MongoCursor implementing Iterator

Pierre-Alain Joye

  • Helped build the Windows extension