svn: /pear/peardoc/trunk/en/guide/users/installation/ getting.xml

[email protected] (Christian Weiske) Mon, 30 Jun 2014 20:57:45 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--a10e37e477c2d3d295249e9af5209fae39e30fb9
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

cweiske                                  Mon, 30 Jun 2014 20:57:45 +0000

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

Log:
Fix bug #19581: Tell windows users how to download go-pear.phar

Bug: http://pear.php.net/bugs/19581 (unknown) 
      
Changed paths:
    U   pear/peardoc/trunk/en/guide/users/installation/getting.xml

Modified: pear/peardoc/trunk/en/guide/users/installation/getting.xml
===================================================================
--- pear/peardoc/trunk/en/guide/users/installation/getting.xml	2014-06-30 17:32:55 UTC (rev 334042)
+++ pear/peardoc/trunk/en/guide/users/installation/getting.xml	2014-06-30 20:57:45 UTC (rev 334043)
@@ -12,7 +12,21 @@
     <para>
      After you have downloaded and installed PHP, you have to manually
      execute the batch file located in e.g.
-     <filename>c:\php\go-pear.bat</filename>. The setup will ask you
+     <filename>c:\php\go-pear.bat</filename>.
+     Alternatively, download
+     <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pear.go;">
+      &url.pear.go;</link>
+     with your browser and save the output to a local
+     file named <filename>go-pear.phar</filename>. You can then run
+     <screen>
+      <userinput>
+php go-pear.phar
+      </userinput>
+     </screen>
+     in a Windows Command Prompt to start the installation.
+    </para>
+    <para>
+     The setup will ask you
      some questions and afterwards the PEAR Package Manager will be
      installed in the path, which you have specified during installation.
     </para>
@@ -31,25 +45,11 @@
      Prompt.
     </para>

-    <para>
-     To update your PEAR installation, request
-     <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pear.go;">&url.pear.go;</link>
-     in your browser and save the output to a local
-     file <filename>go-pear.phar</filename>. You can then run
-     <screen>
-      <userinput>
-php go-pear.phar
-      </userinput>
-     </screen>
-     in a Windows Command Prompt to start the update process.
-    </para>
-
     <note>
      <para>
       After
       <link linkend="installation.checking.cli.modifyingphpini">
-       changing your <filename>php.ini</filename>
-      </link>,
+       changing <filename>php.ini</filename></link>,
       you will need to restart your web server.
      </para>
     </note>

--a10e37e477c2d3d295249e9af5209fae39e30fb9--