| View previous topic :: View next topic |
| Author |
Message |
blue_quartz
Joined: 13 Dec 2002 Posts: 27 Location: SINGAPORE
|
Posted: Mon Oct 15, 2007 6:52 am Post subject: PHP5 support? |
|
|
| Official PHP4 support is ending this December, will you be upgrading to PHP5 anytime soon? |
|
| Back to top |
|
 |
Tanpw Reverac Staff
Joined: 10 Dec 2002 Posts: 261 Location: Singapore
|
Posted: Mon Oct 15, 2007 12:27 pm Post subject: |
|
|
PHP5 has already been installed. You can instruct Apache to use php 5 by modifying your .htaccess file.
| Code: |
AddHandler application/x-httpd-php5 .php .php4 .<whatever extension>
|
 _________________ Tanpw - Reverac Solutions
|
|
| Back to top |
|
 |
blue_quartz
Joined: 13 Dec 2002 Posts: 27 Location: SINGAPORE
|
Posted: Mon Oct 15, 2007 9:56 pm Post subject: |
|
|
| Ok thanks, asked about this because I noticed that CPanel still reports PHP version as 4.x. |
|
| Back to top |
|
 |
Tanpw Reverac Staff
Joined: 10 Dec 2002 Posts: 261 Location: Singapore
|
Posted: Tue Oct 16, 2007 2:46 am Post subject: |
|
|
The default handler is php4, but you can use php5 by tell Apache to do it.
This is to avoid breaking old scripts that may not work in version 5. _________________ Tanpw - Reverac Solutions
|
|
| Back to top |
|
 |
|