On Thu, Aug 5, 2010 at 10:42, Pierre Joye <pierre....@gmail.com> wrote: > hi, > > On Thu, Aug 5, 2010 at 10:18 AM, Hannes Magnusson > <hannes.magnus...@gmail.com> wrote: >> On Wed, Aug 4, 2010 at 22:59, Kristina Chodorow <krist...@php.net> wrote: >>> kristina Wed, 04 Aug 2010 20:59:18 +0000 >>> >>> Revision: http://svn.php.net/viewvc?view=revision&revision=301862 >>> >>> Log: >>> mongo extension is now maintained on github >> >> Hmh. There is one quite large consequence of not maintaining the >> extension in PECL: The docs. >> http://php.net/manual only documents things that is within our SVN and >> control. >> That effectively means; if you don't want the ext in PECL anymore, the >> docs will have to be removed too. > > It is more the repository rather than the extension itself. More and > more extensions repo have been moved to github to be able to enjoy > git. But the releases are still done under pecl.php.net.
I suppose the definition of a 'PECL extension' if if its packaged and released on pecl.php.net (like xdebug for example). But we do have the problem though of not having access to the code if its not in PHP SVN, and therefore we cannot do anything when problems occur - and I think for that reason we cannot have the docs in the PHP manual (just like xdebug) :| There is a "View Documentation" link on the package page on pecl.php.net, which in the case of xdebug links to xdebug.org - and I think the same applies to this case. -Hannes