When I run "phpinfo()" the include_path points to ".;c:\php\PEAR" but that is incorrect the correct path is "c:\inetpub\php5\PEAR".
Are you *certain* you're looking at the correct ini file? phpinfo() should show the settings currently in use for your server (assuming you're calling the phpinfo in a page served by IIS instead of for example the CLI version of PHP). Magic 8-ball says: you have an old php.ini from PHP4 and it is in your system32 folder.
My question is, is it correct to set the include_path to "c:\inetpub\php5\PEAR" or just leave it as is???
If this is the path to your PEAR files then you'll need to change your include_path.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php