[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/sodium/_setup.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2018-07-23 10:41:04
Message-ID: svn-cmb-1532342464-345378-1826730732 () svn ! php ! net
[Download RAW message or body]

cmb                                      Mon, 23 Jul 2018 10:41:04 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=345378

Log:
Fix #76655: libsodium seems not present, "no installation needed" not true

Bug: https://bugs.php.net/76655 (Open) libsodium seems not present, "no installation needed" not true
      
Changed paths:
    U   phpdoc/en/trunk/reference/sodium/setup.xml

Modified: phpdoc/en/trunk/reference/sodium/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sodium/setup.xml	2018-07-23 10:40:43 UTC (rev 345377)
+++ phpdoc/en/trunk/reference/sodium/setup.xml	2018-07-23 10:41:04 UTC (rev 345378)
@@ -7,15 +7,45 @@
  <section xml:id="sodium.requirements">
   &reftitle.required;
   <para>
-
+   This extension requires <link xlink:href="&url.libsodium;">libsodium</link>
+   ≥ 1.0.8.
   </para>
  </section>

  <section xml:id="sodium.installation">
   &reftitle.install;
-  &no.install;
- </section>
+  <para>
+   As of PHP 7.2.0 this extension is bundled with PHP. For older PHP versions
+   this extension is available via <acronym>PECL</acronym>.
+  </para>

+  <section xml:id="sodium.installation.new">
+   <title>Linux Systems</title>
+   <para>
+    In order to use this extension you must compile PHP with sodium support by
+    using the <option role="configure">--with-sodium[=DIR]</option> configure
+    option.
+   </para>
+  </section>
+
+  <section xml:id="sodium.installation.windows">
+   <title>Windows</title>
+   <para>
+    In order to use this extension you have to add
+    <literal>extension=php_sodium.dll</literal> to &php.ini;.
+   </para>
+  </section>
+
+  <section xml:id="sodium.installation.pecl">
+   <title>Installation via PECL</title>
+   <para>
+    &pecl.info;
+    <link xlink:href="&url.pecl.package;libsodium">&url.pecl.package;libsodium</link>
+   </para>
+  </section>
+
+ </section>
+
  <section xml:id="sodium.configuration">
   &reftitle.runtime;
   &no.config;



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic