On Wednesday October 8th between 1:00pm and 4:00pm EDT we will be upgrading the Neptune server’s PHP to 5.2.11. We do not expect any down time during the maintenance window. We will be upgrading the …
Topic : PHP
You can install PEAR packages by doing the following: Locate the “PHP Pear Packages” option within Control Panel You’ll be prompted with a screen to manage and manipulate your current PEAR extensions.
All our servers have strictly PHP 5 available it is automatically used when you use the .php extension.
The PHP interpreter is commonly used in cron jobs to execute php code. All our servers run a dual PHP setup so the common command of php /home/me/public_html/cron.php for example will execute under PHP5. Here …
The best way to find the PHP configuration information for the specific server you’re on is to make a phpinfo file. Create a file called phpinfo.php with the following code: phpinfo(); ?> Once you’ve created …
If you wish to set the PHP5 to run for a specific directory and only that directory and it’s sub directories it can be done with the following code in a .htaccess <FilesMatch .php> SetHandler …

Click here to find out more on Zeta*Aid Support Levels