On Mon, 8 Jul 2002, Jay Blanchard wrote:

> 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?

Check the output of phpinfo() for each and see.  You're looking for the
line that's tagged "Configuration File (php.ini) Path".  Usually there are
different files for the module and the cgi.  (i.e. - the packages from
Debian Linux distribution(s) puts separate php.ini files into
/etc/php4/apache and /etc/php4/cgi.)

        g.luck,
        ~Chris                         /"\
                                       \ /     Microsoft Security Specialist:
                                        X      The moron in Oxymoron.
                                       / \     http://www.thebackrow.net


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

Reply via email to