CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 09:16:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090814214755
location: https://web.archive.org/web/20090814214755/https://github.com/mongodb/mongo-php-driver/tree/0.9.1
server-timing: captures_list;dur=0.655886, exclusion.robots;dur=0.024062, exclusion.robots.policy;dur=0.011399, esindex;dur=0.012685, cdx.remote;dur=5.701408, LoadShardBlock;dur=470.658526, PetaboxLoader3.resolve;dur=255.962394, PetaboxLoader3.datanode;dur=92.674710
x-app-server: wwwb-app221
x-ts: 302
x-tr: 500
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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: Fri, 05 Sep 2025 09:16:24 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 14 Aug 2009 21:47:55 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 419ms
x-archive-orig-etag: "81c777f5e3f830529d030f9f11b6bda1"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 30217
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 14 Aug 2009 21:47:55 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 14 Aug 2009 21:47:55 GMT", ; rel="memento"; datetime="Fri, 14 Aug 2009 21:47:55 GMT", ; rel="next memento"; datetime="Mon, 18 Oct 2010 17:17:12 GMT", ; rel="last memento"; datetime="Mon, 18 Oct 2010 17:17:12 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_11_20090814202415_crawl100.gpg-c/52_11_20090814214753_crawl101.arc.gz
server-timing: captures_list;dur=0.488345, exclusion.robots;dur=0.017162, exclusion.robots.policy;dur=0.007704, esindex;dur=0.010598, cdx.remote;dur=8.249354, LoadShardBlock;dur=241.156239, PetaboxLoader3.resolve;dur=217.537802, PetaboxLoader3.datanode;dur=162.636776, load_resource;dur=183.356628
x-app-server: wwwb-app221
x-ts: 200
x-tr: 515
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.1 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/mongodb/mongo-php-driver.git
Give this clone URL to anyone.
git clone git://github.com/mongodb/mongo-php-driver.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mongodb/mongo-php-driver.git
|

U-ACER-6E40E97492\Kristina Chodorow (author)
Thu May 28 06:36:30 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
.cvsignore | Wed Mar 04 11:15:54 -0800 2009 | merged cvs and git repos [kristina] |
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
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
This feature is coming soon. Sit tight!