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
KegWo
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
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
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 ru
4 matches
Mail list logo