php-doc-en/reference/curl/setup.xml
Hannes Magnusson f742cb18ba MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml
    - Change the intro ID to intro.<extname>
    - Moved examples into its own chapter
    - Moved the setup sections to setup.xml
    - Changed the constants section to be <appendix>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248274 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:24:23 +00:00

64 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="curl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="curl.requirements">
&reftitle.required;
<para>
In order to use PHP's cURL functions you need to install the <link
xlink:href="&url.curl;">libcurl</link> package. PHP requires that you use
libcurl 7.0.2-beta or higher. In PHP 4.2.3, you will need
libcurl version 7.9.0 or higher. From PHP 4.3.0, you will need a libcurl
version that's 7.9.8 or higher. PHP 5.0.0 requires
a libcurl version 7.10.5 or greater.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.curl.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="curl.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="curl.resources">
&reftitle.resources;
<para>
This extension defines two resource types: a cURL handle and a cURL multi
handle.
</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:"../../../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
-->