CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 21:25:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100205122809
location: https://web.archive.org/web/20100205122809/https://github.com/mongodb/mongo-php-driver/tree/0.9.0
server-timing: captures_list;dur=10.571163, exclusion.robots;dur=0.038397, exclusion.robots.policy;dur=0.014424, esindex;dur=0.025656, cdx.remote;dur=64.133905, LoadShardBlock;dur=308.407802, PetaboxLoader3.datanode;dur=141.743276, PetaboxLoader3.resolve;dur=81.156153
x-app-server: wwwb-app224
x-ts: 302
x-tr: 468
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 03 Sep 2025 21:25:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 05 Feb 2010 12:28:08 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "14fe96f141d6a33af40993163183ede5"
x-archive-orig-x-runtime: 104ms
x-archive-orig-content-length: 30316
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Feb 2010 12:28:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 14 Aug 2009 21:47:49 GMT", ; rel="prev memento"; datetime="Fri, 14 Aug 2009 21:47:49 GMT", ; rel="memento"; datetime="Fri, 05 Feb 2010 12:28:09 GMT", ; rel="next memento"; datetime="Mon, 18 Oct 2010 17:17:07 GMT", ; rel="last memento"; datetime="Mon, 18 Oct 2010 17:17:07 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100205080824_crawl103-c/52_14_20100205122731_crawl101.arc.gz
server-timing: captures_list;dur=0.877425, exclusion.robots;dur=0.032000, exclusion.robots.policy;dur=0.014357, esindex;dur=0.024151, cdx.remote;dur=71.044289, LoadShardBlock;dur=945.956532, PetaboxLoader3.datanode;dur=687.113304, PetaboxLoader3.resolve;dur=250.956960, load_resource;dur=251.149733
x-app-server: wwwb-app224
x-ts: 200
x-tr: 1417
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo-php-driver at 0.9.0 - GitHub
This service is courtesy of Pledgie.
mongodb / mongo-php-driver
- Source
- Commits
- Network (4)
- Downloads (25)
- Graphs
-
Tag:
0.9.0
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Officially supported PHP driver for MongoDB — Read more

kristina (author)
Tue May 19 13:12:33 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
.cvsignore | Loading commit data... ![]() |
|
![]() |
.gitignore | ||
![]() |
README | ||
![]() |
README.rdoc | ||
![]() |
bson.c | ||
![]() |
bson.h | ||
![]() |
collection.c | ||
![]() |
collection.h | ||
![]() |
config.m4 | ||
![]() |
config.w32 | ||
![]() |
cursor.c | ||
![]() |
cursor.h | ||
![]() |
db.c | ||
![]() |
db.h | ||
![]() |
gridfs.c | ||
![]() |
gridfs.h | ||
![]() |
mongo.c | ||
![]() |
mongo.h | ||
![]() |
mongo_types.c | ||
![]() |
mongo_types.h | ||
![]() |
package.xml | ||
![]() |
php/ | ||
![]() |
tests/ | ||
![]() |
util.c |
README.rdoc
Installation
To install:
$ phpize $ ./configure $ make $ sudo make install
See www.mongodb.org/display/DOCS/PHP+Language+Center for information on configuration options and API documentation.
This extension is designed to be wrapped by the PHP code that can be downloaded at github.com/mongodb/mongo-php-driver/tree/master. Add $DOWNLOAD_DIR/mongo-php-driver/php to your include path in php.ini.
Testing
To run the tests:
$ cd tests/ $ phpunit MongoSuite
You can get information about installing and setting up phpunit at www.phpunit.de/.
Credits
Jon Moss (XirisR@gmail.com)
- Came up with the idea and implemented MongoCursor implementing Iterator