-
PHP on our servers will be UPGRADED from time
to time as PHP upgrades their code.
Upgrades are done once we have a STABLE version that works with
the rest of our software.
Upgrades are NOT avoidable and are usually made for SECURITY
purposes.
Upgrades to PHP WILL cause you to have to modify your PHP code.
This is a fact of life if you are going to use PHP code.
-
PHP on our servers is run as CGI NOT as a
MODULE.
CLICK here for a WORKAROUND.
-
PHP is run using PHPSUEXEC on our servers for
security reasons.
-
Standard php pages should be named: .php
If you desire to run php on other page extensions like .phtm or
.phtml, etc., simply LOGIN to your ONLINE CONTROL PANEL, and go
to APACHE HANDLERS and add the handler. This is very easy, and
if you have any problems doing this, just contact Tech Support.
-
PHP is run with register_globals set to off.
This can affect several things.
READ MORE about it here.
-
You can OVERRIDE things like register_globals
set to off, by simply adding a file called php.ini into the
directory where you want to override the system settings.
READ MORE about it here.
-
You can CHECK to see the EXACT settings of
PHP on our server by creating a test.php file with phpinfo() in
it.
READ MORE about it here.