On Friday 02 April 2004 13:57, Brian Duke wrote:
> I tell you the truth. I have only 1 php.ini. There are other ini files I
> have looked at but I have not found anything in them about safe mode.

What are these other ini files you've looked at?

> Everything has been double or triple checked. Still not able run any
> shell_exec commands from the command line.

How are you executing this script? Via a webserver or directly using the php 
executable? If the former use phpinfo() to find out where php thinks it's 
php.ini should be found, if the latter use "php -i". Once you've determined 
where your php.ini should be examine its safe_mode settings.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
There is always one thing to remember: writers are always selling somebody 
out.
                -- Joan Didion, "Slouching Towards Bethlehem"
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to