From: [EMAIL PROTECTED] Operating system: HP-UX 10.20 PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: phpinfo() returns incorrect Configuration File Path The output from phpinfo() returns: PHP Version 4.0.4pl1 System HP-UX snake16 B.10.20 A 9000/720 2009850626 two-user license Build Date Jan 23 2001 Configure Command './configure' '--prefix=/opt/apache' '--with-apache=../apache_1.3.14' '--enable-track-vars' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) /usr/local/lib Path But the php.ini file is actually in ${PREFIX}/lib (/opt/apache/lib), and PHP is successfully starting up with the .ini file in this directory. The Configuration File Path output should be updated with the contents of PREFIX. -- Edit Bug report at: http://bugs.php.net/?id=8869&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]