> - Is 'pecl install mongo' not recommended? > "pecl install mongo" wasn't working initially, but now it should be. I'll update that doc.
> But, I'm a little confused... is this documentation for code written in > PHP? If so that seems wrong... we only document APIs and not optional PHP > libraries. Please explain the situation and why the OOP API isn't written in > the extension itself. This documentation is (almost all) for PHP code. I didn't intend for people to use the C functions directly, instead I expect them to include the mongo.php file and use the nicer API that provides. I understand if that isn't something PECL documentation covers, though, and I can resubmit just the changes to the functions section. Sorry about that.