CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 30 Aug 2025 00:57:11 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=0.734048, exclusion.robots;dur=0.033667, exclusion.robots.policy;dur=0.010330, esindex;dur=0.014044, cdx.remote;dur=42.745724, LoadShardBlock;dur=207.661541, PetaboxLoader3.datanode;dur=60.175704, PetaboxLoader3.resolve;dur=89.938438
x-app-server: wwwb-app218
x-ts: 302
x-tr: 286
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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: Sat, 30 Aug 2025 00:57:11 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.616712, exclusion.robots;dur=0.021482, exclusion.robots.policy;dur=0.010075, esindex;dur=0.011370, cdx.remote;dur=51.840652, LoadShardBlock;dur=87.286098, PetaboxLoader3.datanode;dur=127.831835, PetaboxLoader3.resolve;dur=65.972693, load_resource;dur=117.413251
x-app-server: wwwb-app218
x-ts: 200
x-tr: 336
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