php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30751 reconfigure with --with-config-file will not work
Submitted: 2004-11-10 21:28 UTC Modified: 2004-11-11 08:01 UTC
From: marrtins at hackers dot lv Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 5.0.2 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: marrtins at hackers dot lv
New email:
PHP Version: OS:

 

 [2004-11-10 21:28 UTC] marrtins at hackers dot lv
Description:
------------
not really sure this is a bug, but anyway:
if configure with-config-file=/path1 and install and later reconfigure with parameter --with-config-file=/path2 and compile it makes no sense - php.ini still is searched in /path1

> php -i | grep php\.ini
Configuration File (php.ini) Path => /path1/php.ini



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-10 23:14 UTC] derick@php.net
Did you remove config.cache or run make clean?
 [2004-11-11 01:46 UTC] marrtins at hackers dot lv
no, but for example --prefix=/usr works finr w/o removing config.cache
 [2004-11-11 08:01 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 15:01:31 2024 UTC