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

[email protected] (Christian Weiske) Thu, 19 Jul 2012 19:49:52 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--ce7ffcbcd3fefefd3512ccba4263123a489b0f37
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

cweiske                                  Thu, 19 Jul 2012 19:49:52 +0000

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

Log:
remove notice about lynx that is not used anyway, and add note about suhosin

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	2012-07-19 19:02:42 UTC (rev 326707)
+++ pear/peardoc/trunk/en/guide/users/installation/getting.xml	2012-07-19 19:49:52 UTC (rev 326708)
@@ -88,11 +88,21 @@
     </para>
     <note>
      <para>
-      Some Linux distributions (e.g. Redhat) seem to be using
-      <filename>links</filename> instead of <filename>lynx</filename>
-      as the name for their command line browser. If this is the case
-      for you, you need to change the above line correspondingly.
+      If the process just exits without any output, your syslog will probably
+      contain the following lines:
      </para>
+     <screen>
+suhosin[4705]: ALERT - Include filename ('phar://go-pear.phar/index.php')
+ is an URL that is not allowed
+ (attacker 'REMOTE_ADDR not set', file '/root/go-pear.phar', line 1236)
+     </screen>
+     <para>
+      To work around this problem, enable the phar in
+      <literal>/etc/php5/conf.d/suhosin.ini</literal>:
+     </para>
+     <screen>
+suhosin.executor.include.whitelist = phar
+     </screen>
     </note>

     <para>

--ce7ffcbcd3fefefd3512ccba4263123a489b0f37--