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
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
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
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
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
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