Re: [PHP-DOC] Mongo Extension Doc Patch

2009-03-10 Thread Kristina Chodorow
- 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.

Re: [PHP-DOC] Mongo Extension Doc Patch

2009-03-10 Thread Philip Olson
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

Re: [PHP-DOC] Mongo Extension Doc Patch

2009-03-10 Thread Kristina Chodorow
I'm using and updating the C code. The C code just has basic functions, like connect to the database or query the database. Since I find writing in PHP a bit quicker than writing in C, I wrote more complex functions in PHP, but they still call the C functions to actually interact with the

Re: [PHP-DOC] Mongo Extension Doc Patch

2009-03-10 Thread Hannes Magnusson
On Tue, Mar 10, 2009 at 18:10, Kristina Chodorow krist...@10gen.com wrote: I'm using and updating the C code.  The C code just has basic functions, like connect to the database or query the database. Since I find writing in PHP a bit quicker than writing in C, I wrote more complex functions in

[PHP-DOC] Re: [PHP-DEV] About GSoC 2009

2009-03-10 Thread Marcus Boerger
Hello Johannes, Wednesday, February 11, 2009, 12:29:12 PM, you wrote: Hi, last weekend at FOSDEM in Brussels Leslie Hawthorn announced this year's Google Summer of Code program. Meanwhile the FAQ including the timeline has been published.