Hi,

In an attempt to conform more to GNU-ish standards, I've changed some
default install paths.

default php.ini path: now using --sysconfdir option, defaults to
/usr/local/etc ("configure --sysconfdir=/usr/local/lib" for old behaviour)

PEAR install directory: now using --datadir option, defaults to
/usr/local/share/php/pear ("configure --datadir=/usr/local/lib/php"
for old behaviour)

Extension install directory: now using --libdir option, defaults to
/usr/local/lib/php.  Also, the name of the "version directory" has
changed.  A non-debug non-zts build will only use the date, zts
enabled appends "-zts", and debug enabled appends "-debug" (after
zts).  Full path example: /usr/local/lib/php/20001222-debug/mysql.so

 - Stig

-- 
  Stig Sæther Bakken <[EMAIL PROTECTED]>
  Fast Search & Transfer ASA, Trondheim, Norway

-- 
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]

Reply via email to