ID: 25466 Updated by: [EMAIL PROTECTED] Reported By: php-bugs-2003-09 at webfreezer dot com -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: Linux PHP Version: 4.3.3 New Comment:
Get clean sources of both apache & php, "make clean" might not be enough. Not bug. Previous Comments: ------------------------------------------------------------------------ [2003-09-10 05:22:20] php-bugs-2003-09 at webfreezer dot com Description: ------------ PHP was compiled with the --with-config-file-path=/etc option however phpinfo() says "Configuration file (php.ini) path: /etc/httpd/php.ini" Reproduce code: --------------- './configure' '--with-apache=../apache_1.3.28' '--with-mhash=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' '--with-zip=/usr/local/lib' '--enable-memory-limit' '--enable-versioning' '--with-gd' '--enable-exif' '--with-config-file-path=/etc' '--enable-magic-quotes' '--enable-thread-safety' '--with-gettext' '--with-xml' '--with-mcrypt' '--enable-calendar' '--enable-bcmath' '--with-curl' '--with-curlwrappers' '--enable-ftp' '--enable-wddx' '--with-jpeg-dir=/usr/lib' Expected result: ---------------- "Configuration file (php.ini) path: /etc/php.ini" Actual result: -------------- "Configuration file (php.ini) path: /etc/httpd/php.ini" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25466&edit=1