View Single Post
Old January 9th, 2007, 8:25 PM   #7 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
924 posts
Gave thanks: 2
Thanked 91 times
Quote:
Originally Posted by m0nty View Post
how do you set php directives in php.ini when using php 5?
PHP4 and PHP5 do not get along together on the same server, even though they will tolerate each other somewhat, both will not run together as CGI.

You could try .htaccess php5 directives in the sole folder as the calling script, or, better by using ini_set() within your script at the beginning.

The vulnerability of letting PHP run as a runaway "nobody/anybody" state (when write permissions are required), not only leaves your site in jeopardy, but the entire server as well. PHP5 in these conditions should be used only as a last resort.

.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote