<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>PHP</title><revhistory><revision><revnumber>8</revnumber><date>2011-01-16 18:11:44</date><authorinitials>independence</authorinitials></revision><revision><revnumber>7</revnumber><date>2011-01-16 18:07:55</date><authorinitials>independence</authorinitials></revision><revision><revnumber>6</revnumber><date>2011-01-16 18:05:31</date><authorinitials>independence</authorinitials></revision><revision><revnumber>5</revnumber><date>2010-09-11 11:06:45</date><authorinitials>independence</authorinitials></revision><revision><revnumber>4</revnumber><date>2008-02-17 20:00:59</date><authorinitials>localhost</authorinitials><revremark>converted to 1.6 markup</revremark></revision><revision><revnumber>3</revnumber><date>2007-03-12 17:38:29</date><authorinitials>JohanMarcusson</authorinitials></revision><revision><revnumber>2</revnumber><date>2007-03-12 17:37:04</date><authorinitials>JohanMarcusson</authorinitials></revision><revision><revnumber>1</revnumber><date>2006-08-26 16:44:18</date><authorinitials>JohanMarcusson</authorinitials></revision></revhistory></articleinfo><section><title>PHP</title><para>PHP is available on <ulink url="http://ipv6.blinkenshell.org/wiki/PHP/wiki/Info/Supporter#">Supporter accounts</ulink> only. The currently installed version of PHP is 5.3.x with Suhosin patches for added security, and xcache for performance. PHP is run via mod_fcgid and suEXEC. This allows for good performance will still maintaining a high level of security, since all scripts are executed with the permissions of the owner of the script. </para><para>Suhosin is enabled to increase security, and because of this all your <code>.php</code> files must <emphasis>not</emphasis> be writable by &quot;group&quot; or &quot;others&quot;. (<emphasis>Group</emphasis> or <emphasis>Others</emphasis> doesn't even need read permissions, so <code>chmod 600</code> is fine for <code>.php</code> files. Static content will need read permission by <emphasis>Others</emphasis> however, like <code>chmod 644</code> for example.) </para><section><title>See also</title><itemizedlist><listitem><para><ulink url="http://ipv6.blinkenshell.org/wiki/PHP/wiki/Info/Webhosting#">Webhosting</ulink> </para></listitem><listitem><para><ulink url="http://ipv6.blinkenshell.org/wiki/PHP/wiki/CGI#">CGI</ulink> </para></listitem></itemizedlist></section><section><title>Links</title><itemizedlist><listitem><para><ulink url="http://www.php.net/"/> </para></listitem><listitem><para><ulink url="http://www.hardened-php.net/suhosin/index.html"/> </para></listitem></itemizedlist><!--rule (<hr>) is not applicable to DocBook--><para> <ulink url="http://ipv6.blinkenshell.org/wiki/PHP/wiki/CategoryComputerLanguage#">CategoryComputerLanguage</ulink> </para></section></section></article>