>We have some cases where we run PHP as a standalone executable for scripting
>certain processes that can be called from CRON, and we also have PHP for
>Apache. Does the php.ini affect both? Specifically script times?

Only if you compiled it with the exact same settings for that one --xxx-dir
I can't think of right now...

Just use <?php phpinfo();?> for both and search (grep) for php.ini in the
output.

You'll find out what you need to know.

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to