Hello! In documenting the PECL extension changes I came across a few bumps and ended up with the following, please add suggestions on how this could be improved. This is for bug #28018 and also a PECL bug #2008
http://pecl.php.net/bugs/bug.php?id=2008 http://bugs.php.net/bug.php?id=28018 Using ref.crack as an example: from configure.xml --------------------------- <para> &pecl.linux.php45; <ulink url="&url.pecl.package;crack">&url.pecl.package;crack</ulink>. In order to use these functions, you must compile PHP with Crack support by using the <option role="configure">--with-crack[=DIR]</option> option. </para> <para> Windows users will enable <filename>php_crack.dll</filename> in order to use these functions. &pecl.windows.php45; </para> from language-snippets.ent --------------------------- <!ENTITY pecl.windows.php45 'In PHP 4 this DLL resides in the <filename>extensions/</filename> directory within your PHP Windows binaries download. In PHP 5 it can be found in the separate <ulink url="&url.pecl;">PECL</ulink> download from <ulink url="&url.php.downloads;">PHP Downloads</ulink>.'> <!ENTITY pecl.linux.php45 'In PHP 4 this PECL extensions source resides in the <filename>ext/</filename> directory within the PHP sources. In PHP 5 this is no longer bundled and instead can be found in <acronym>PECL</acronym> here:'> Regards, Philip