iis - PHP include_path not working as expected for PEAR -


system information: windows server 2003, iis6, mssql server 2008r2, php 5.2.19.

i've attempted install pear on above server, installation going well. pear in path variable , runs fine, packages install without errors. php's include_path set in one-and-only php.ini file ".;c:\php5\pear" (which is, in fact, location of pear installation). phpinfo() call confirms change successful. however, can't include in pear directory - system.php or of packages. errors consistently of form:

fatal error: require_once() [function.require]: failed opening required 'system.php' (include_path='.;c:\php5;c:\php5\pear') in...

pulling command prompt , entering "edit c:\php5\pear\system.php" confirms file exists. of c:\php5 , subdirectories set read/execute permissions network_service, , full control others. have determined that, regardless of include_path set according phpinfo(), looking in working directory included files.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -