Author: pierre
Date: Mon Aug 12 06:05:54 2019
New Revision: 21941

Log:
Provide complete links to PHP documentation, and fix a typo

Modified:
   trunk/BOOK/general/prog/php.xml

Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml     Mon Aug 12 03:23:47 2019        (r21940)
+++ trunk/BOOK/general/prog/php.xml     Mon Aug 12 06:05:54 2019        (r21941)
@@ -76,8 +76,16 @@
     <itemizedlist spacing="compact">
       <listitem>
         <para>
-          Pre-built documentation (optional): <ulink
-          url="http://www.php.net/download-docs.php"/>
+          Optional pre-built documentation (single file html): <ulink
+          
url="https://www.php.net/distributions/manual/php_manual_en.html.gz"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Optional pre-built documentation (chunked html): <ulink
+          
url="https://www.php.net/distributions/manual/php_manual_en.tar.gz"/>.
+          Note that the documentation can be found in languages other than
+          English at <ulink url="http://www.php.net/download-docs.php"/>
         </para>
       </listitem>
     </itemizedlist>
@@ -333,7 +341,7 @@
     <para>
       The bundled pear is not installed because of a bug which might
       pollute the filesystem with several hidden files and directories.
-      If pear is needed, execucte the following commands to install:
+      If pear is needed, execute the following commands to install it:
     </para>
 
 <screen role="nodump"><userinput>wget http://pear.php.net/go-pear.phar
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to