1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-24 07:12:18 +01:00
Files
archived-doc-tr/reference/curl/setup.xml
2022-06-26 14:25:02 +03:00

61 lines
1.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: b08895614bbc3bfb0273a41c29eda921161538c7 Maintainer: nilgun Status: ready -->
<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>
PHP'nin cURL işlevlerini kullanabilmek için sisteminizde
<link xlink:href="&url.curl;">libcurl</link> paketinin 7.10.5 veya üstü
sürümlerinin kurulu olması gerekir.
PHP 7.3.0 itibariyle, 7.15.5 veya üstü sürümleri gerekir.
PHP 8.0.0 itibariyle, 7.29.0 veya üstü sürümleri gerekir.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.curl.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.curl.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="curl.resources">
&reftitle.resources;
<para>
Bu eklenti PHP 8.0.0 öncesinde üç özkaynak türü tanımlardı:
<literal>curl</literal> tanıtıcısı, <literal>curl_multi</literal> tanıtıcısı
ve <literal>curl_share</literal> tanıtıcısı.
</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
-->