I'm trying to install a PHP-app which requires changes to the path. In /usr/local/lib/php.ini I have changed the path to include the path to the file required like so:
include_path = "/chroot/htdocs/irm/include/DBI:/usr/local/lib/php:." but when I try to access the setup file for the app I still get Fatal error: Failed opening required 'class.DBI' (include_path='.:/usr/local/lib/php') in Compare the two paths ... I locks like it's not looking at the new one. Even after apache restarts. Any suggestions? /Mef. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php