RE: [PHP] inlude_path not in php.ini

2001-04-06 Thread Alvin Tan
To: 'Steve Werby'; Temeschinko, Michael; Php-General (E-Mail) Subject: RE: [PHP] inlude_path not in php.ini -Original Message- From: Steve Werby [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:57 PM To: Temeschinko, Michael; Php-General (E-Mail) Subject: Re: [PHP] i

RE: [PHP] inlude_path not in php.ini

2001-04-06 Thread Matt Williams
I tried php_value include_path ".:./foo" php_value include_path=".:./foo" php_value include_path .:./foo php_value include_path=.:./foo php_flag include_path .:./foo # but flag is not right according to the documentation nothing :-( It seems I must change al my includes to

Re: [PHP] inlude_path not in php.ini

2001-04-05 Thread Steve Werby
"Temeschinko, Michael" [EMAIL PROTECTED] wrote: How do I set the php-iclude path if I have not acess to php.ini? I know in .htacess but al I try ends in an Internal Server Error I use php4.0.4pl1 Please post what you tried. It might be a difference in the syntax between PHP3 and PHP4 if

RE: [PHP] inlude_path not in php.ini

2001-04-05 Thread Matt Williams
How do I set the php-iclude path if I have not acess to php.ini? I know in .htacess but al I try ends in an Internal Server Error I use php4.0.4pl1 php_value include_path "/path1:/path2" HTH M@ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

RE: [PHP] inlude_path not in php.ini

2001-04-05 Thread Temeschinko, Michael
-Original Message- From: Steve Werby [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:57 PM To: Temeschinko, Michael; Php-General (E-Mail) Subject: Re: [PHP] inlude_path not in php.ini "Temeschinko, Michael" [EMAIL PROTECTED] wrote: How do I set the