Web Design and Development
Originally released in June 2009, PHP 5.3 has been around for over two years. In this time, many applications have been written for PHP 5.3 and the need to upgrade from PHP 5.2 has become increasingly important. Fortunately, if your website is hosted with HostGator or GoDaddy, you can easily enable PHP 5.3 using an .htaccess file.1
PHP 5.3 can be enabled for a website by adding the following lines to an .htaccess file and uploading the file to the root directory.
Action application/x-hg-php53 /cgi-sys/php53
AddHandler application/x-hg-php53 .php
If you are on a VPS or Dedicated Server, you will need to contact support directly so that they can enable it.
AddHandler x-httpd-php5-3 .php
Some web hosts have refused to install PHP 5.3 on their shared hosting servers because of stability and security concerns, as well as proven incompatibility with existing scripts, frameworks, and open source software packages. Additionally, official support for PHP 5.2 has only recently been dropped.
If your host has not installed PHP 5.3, they will probably be installing it in the near future. However, if you need it right away, consider moving to a new host or upgrading to a VPS or Dedicated Server.
Trackback URL:
Contact us today for a quote. Click here to submit details regarding your project.
If you are making a general inquiry, send an email to info@velvetblues.com
Ok. thank but it not work for osCommerce wordpress plugin error code Deprecated: Function eregi() is deprecated in /home/xxx/public_html/xxxx/wp-content/plugins/statpress/statpress.php on line 1184
Whatever code you have IS NOT compatible with PHP 5.3. Perhaps you should only run it under PHP 5.2. See the documentation: http://php.net/manual/en/function.eregi.php