check php.net site , u can get best info abt php at http://phpgreat.blogspot.com
--- On Fri, 8/15/08, Imre Neuwirth <[EMAIL PROTECTED]> wrote: From: Imre Neuwirth <[EMAIL PROTECTED]> Subject: Re: [php-list] wrong phpinfo directive To: [email protected] Date: Friday, August 15, 2008, 8:52 PM --- On Fri, 8/15/08, James Keeline <[EMAIL PROTECTED] com> wrote: From: James Keeline <[EMAIL PROTECTED] com> Subject: Re: [php-list] wrong phpinfo directive To: [EMAIL PROTECTED] s.com Date: Friday, August 15, 2008, 3:51 PM --- Imre Neuwirth <donquixotic@ yahoo.com> wrote: > I have both Apache 2.2.8 with PHP 5.2.6 installed in their respective > C:\Program Files\ folders. When I look at the phpinfo() configuration of the > PHP core, the "include_path" points to ".;C:\php5\pear" . I checked both the > httpd.conf and php.ini and this parameter does not exist in either file and > \PEAR is a sub folder of "C:\Program Files\PHP". Can anyone tell me where is > this parameter specified so that I can correct it? There may be multiple values in phpinfo() output which are not explicitly set in a php.ini file. If not set, the default values are given. If they are set in the php.ini file in use, that value should "win." James Hello James, Many thanks. I added the correct parameters to the php.ini and it registered properly. [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
