Conect to php5

Knarsa

Verified User
Joined
Nov 15, 2006
Messages
13
For a few days ago I have someone to install php5 on my server. I have php4 as standard.
But when I try to use php script that must have php5 I get an error and message that php5 missing.

How do I connect script to php5?

In options.conf:
#PHP settings. default_php possible values - 4 or 5, php5_ver - 5.2 or 5.3
default_php=4
php5_ver=5.2
php4_cli=yes
php4_cgi=no
php5_cli=no
php5_cgi=yes
zend=no

sorry for my bad english. :)
 
Back
Top