|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-27 21:06 UTC] rich at horde dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 16:00:01 2025 UTC |
Although './configure --help' reads --with-config-file-path=PATH Sets the path in which to look for php.ini, defaults to PREFIX/lib --with-pear=DIR Install PEAR in DIR (default PREFIX/lib/php) when I compile PHP with './configure --prefix=/tmp/php', 'make install' still tries to put php.ini in /usr/local/lib and PEAR in /usr/local/lib/php. Apologies for not providing a patch, but I don't speak autoconf yet.