All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Avatar Image

PHP 5

Viewing or Changing Your PHP Language Version

Your PHP version displays in the Server section of the Hosting Control Center Dashboard.

Can I run both PHP 4 and PHP 5 applications on my hosting account?

Posted: 9-18-2012 in PHP 5

If your account has PHP 4 support enabled, it can also run PHP 5 applications by using .PHP5 files.

Installing PEAR on Linux Web Hosting

Posted: 9-6-2012 in PHP 5

We no longer install PEAR (PHP Extension and Application Repository) by default on our Linux Web hosting environments.
PEAR is a structured library of open-source code for users of PHP. The installation requires a specialized file named go-pear.php, which is a modification of your php5.ini file. You also need to password [...]

What versions of PHP are available on my Linux hosting account?

Posted: 8-10-2012 in PHP 5

Our Linux grid hosting accounts can support PHP 5.

Using Server Variable ($_SERVER) Elements with PHP 5

Posted: 8-10-2012 in PHP 5

Our Linux hosting accounts run in CGI mode. When PHP 5 runs in this mode, the server variable element PATH_INFO behaves differently than under PHP 4. PHP 5 scripts can use the element SCRIPT_NAME in place of PATH_INFO to ensure the expected value is [...]

Which PHP file extensions can I use with my hosting account?

Posted: 8-10-2012 in PHP 5

Linux hosting accounts running Hosting Configuration 2.0 and above support PHP 5. Depending on the contents of your htaccess file, you can use a .php5 file extension.
For information on using extensionless PHP files, see Can I use extensionless PHP files?.
For additional information on supported programming languages, see Which programming [...]

Can I use the PHP 4 domxml module with PHP 5?

Posted: 11-4-2011 in PHP 5

The PHP 4 domxml module is not supported in PHP 5 and has been replaced with the dom module. When moving to PHP 5, any scripts using domxml module functions must be modified to use dom module [...]