mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 02:18:56 +00:00

First stage in closing PHP bug #37315 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295182 c90b9560-bf6c-de11-be94-00142212c4b1
82 lines
2.4 KiB
XML
82 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<chapter xml:id="cairo.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="cairo.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Cairo is only available for PHP 5.2+ and PHP 5.3+ The extension also requires
|
|
the cairo graphics library version 1.4 or higher. The cairo graphics library
|
|
uses an even and odd numbering scheme to denote stable and unstable library
|
|
versions. Both unstable and stable versions can be used with the extension,
|
|
but conditional support for new features is determined by the stable version
|
|
below the unstable version in use. The latest cairo release can be found at
|
|
<link xlink:href="&url.cairo;">&url.cairo;</link>.
|
|
</para>
|
|
<para>
|
|
The binary files used for the windows compiles can be found at
|
|
<link xlink:href="&url.cairo.dl;">&url.cairo.dl;</link> along with the project
|
|
files used to create them.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="cairo.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;cairo">&url.pecl.package;cairo</link>.
|
|
</para>
|
|
<para>
|
|
&pecl.windows.download;
|
|
</para>
|
|
<para>
|
|
Notes specific to installation on Windows
|
|
</para>
|
|
<para>
|
|
Binary builds of the extension can be found at
|
|
<link xlink:href="&url.cairo.dl;">&url.cairo.dl;</link>.
|
|
Download the correct zip file, place php_cairo.dll in the extensions
|
|
directory, and enable it via the php.ini file in use. Please be sure the PHP
|
|
minor version (5.2, 5.3) match, the thread safety (Thread Safe TS or
|
|
Non-Thread Safe NTS), the architecture (x86 or x64), and the compiler
|
|
version (VC6 or VC9) match or the extension will not load.
|
|
</para>
|
|
</section>
|
|
|
|
<!-- {{{ Configuration -->
|
|
<section xml:id="cairo.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="cairo.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</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
|
|
-->
|
|
|