Can anyone adivse whether there is still a known fault in php vers:4.2.3 that causes the require() function to give an error about the include_path not being found when a absolute path is being used (ie '/Inetpub/wwwroot/directory/lib/stdlib.inc.php') instead of just using a relative path (ie '/lib/stdlib.inc.php') using win 2K and IIS??
Or maybe I have a config problem? I followed the article "Installing PHP under IIS and creating a Discussion Forum with Access Database" from the home page, but still get an error??