Re: [PHP-DOC] PECL/Memcache documentation

2010-06-17 Thread Brian Moon
The patch deletes the timeout parameter from the parameters documentation, yet the parameter exists in the function signature. Regardless of how useful a parameter is, the documentation should match the signature/behaviour which means leaving it (but changing its description). Right? Ok, new pat

Re: [PHP-DOC] PECL/Memcache documentation

2010-06-17 Thread Philip Olson
On Jun 17, 2010, at 11:49 AM, Brian Moon wrote: > I have been asked by the memcached maintainers to help facilitate a change in > the pecl/memcache library since I have a PHP SVN account. However, I don't > think I have karma on the pecl extension or the docs. > > The delete() function is curr

[PHP-DOC] PECL/Memcache documentation

2010-06-17 Thread Brian Moon
I have been asked by the memcached maintainers to help facilitate a change in the pecl/memcache library since I have a PHP SVN account. However, I don't think I have karma on the pecl extension or the docs. The delete() function is currently documented as taking a timeout parameter. 2.2.5 does

Re: [PHP-DOC] Documentation for chdb extension

2010-06-17 Thread Daniel Egeberg
On Thu, Jun 17, 2010 at 18:30, Philip Olson wrote: > > On Jun 17, 2010, at 7:57 AM, Lorenzo Castelli wrote: > >> Hi, >> >> I recently created a new extension on PECL called chdb, and I would like >> to commit the corresponding documentation. >> >> This would be my first contribution to the PHP doc

Re: [PHP-DOC] Documentation for chdb extension

2010-06-17 Thread Philip Olson
On Jun 17, 2010, at 7:57 AM, Lorenzo Castelli wrote: > Hi, > > I recently created a new extension on PECL called chdb, and I would like > to commit the corresponding documentation. > > This would be my first contribution to the PHP documentation, and I lack > phpdoc karma. > > You can find the

[PHP-DOC] Documentation for chdb extension

2010-06-17 Thread Lorenzo Castelli
Hi, I recently created a new extension on PECL called chdb, and I would like to commit the corresponding documentation. This would be my first contribution to the PHP documentation, and I lack phpdoc karma. You can find the two patches to 'doc-base' and 'en' attached. Lorenzo Castelli Index: ma