Quote:
Originally Posted by m0nty
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.
.