1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
archived-doc-en/reference/stats/setup.xml
Jim Winstead 9a5b92a308 Clarify extension status (#3803)
* Gmagick has never had a non-beta release

* mqseries has never had a stable release

* Warn that recode extension is unmaintained

* rnp has never had a stable release.

* stats extension is unmaintained

* svn extension was already marked experimental in text

* Windows DLLs are available now for xdiff

* svm has never had a stable release

* Mark zmq experimental/unmaintained, and actually connect install section

* Fix reference to installation section for zmq that moved

* parle has never had a stable release

* Mark ui as experimental, clean up intro slightly

* Add text warning that Imagick is still considered experimental

* Fix Status/State mix-up, and regenerate appendices/extensions.xml
2024-11-24 13:27:04 -08:00

55 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="stats.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="stats.requirements">
&reftitle.required;
<para>
No external libraries are needed. The extension comes bundled with the libraries used.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="stats.installation">
&reftitle.install;
<para>
&pecl.moved;
</para>
<para>
&pecl.info.dead;
<link xlink:href="&url.pecl.package;stats">&url.pecl.package;stats</link>.
</para>
<para>
&pecl.windows.download.avail;
</para>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->