[PHP] setting include_path ini directive at runtime

2005-06-23 Thread blackwater dev
I am calling php from the command line and was wondering how I can set the include_path of the ini file at run time? Can I pass in an extra param to php to set this? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] setting include_path ini directive at runtime

2005-06-23 Thread John Nichel
blackwater dev wrote: I am calling php from the command line and was wondering how I can set the include_path of the ini file at run time? Can I pass in an extra param to php to set this? http://us4.php.net/ini_set http://us4.php.net/manual/en/ini.php#ini.list -- John C. Nichel ÜberGeek

[PHP] Setting include_path

2002-07-13 Thread Tim Thorburn
Hi, I'm having some difficulties setting the include path for two of my sites. I had this working previously on a PHP3 server with the command in the .htaccess file: php3_include_path .:/path/to/account/root/ However, I seem to be unable to set the include path with two new sites - one

Re: [PHP] Setting include_path

2002-07-13 Thread Jason Wong
On Sunday 14 July 2002 07:36, Tim Thorburn wrote: Hi, I'm having some difficulties setting the include path for two of my sites. I had this working previously on a PHP3 server with the command in the .htaccess file: php3_include_path .:/path/to/account/root/ However, I seem to be unable