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

[email protected] (Christian Weiske) Tue, 08 Mar 2011 09:12:49 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
cweiske                                  Tue, 08 Mar 2011 09:12:49 +0000

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

Log:
tell people to disable unicode detection when running phar

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	2011-03-08 07:55:41 UTC (rev 309015)
+++ pear/peardoc/trunk/en/guide/users/installation/getting.xml	2011-03-08 09:12:49 UTC (rev 309016)
@@ -116,7 +116,7 @@
      <screen>
       <userinput>
 &dollar; wget &url.pear.go;
-&dollar; php go-pear.phar
+&dollar; php -d detect_unicode=0 go-pear.phar
       </userinput>
      </screen>
     </para>
@@ -129,7 +129,7 @@
       <screen>
        <userinput>
 &dollar; wget &url.pear.go;
-&dollar; sudo php go-pear.phar
+&dollar; sudo php -d detect_unicode=0 go-pear.phar
        </userinput>
       </screen>
      </para>