From:             per at nobolt dot net
Operating system: GNU/Linux
PHP version:      4.3.1
PHP Bug Type:     *Compile Issues
Bug description:  The PHP build does not honor the program-{prefix, suffix} configure 
options

GNU autoconf supports an option for adding a program prefix and suffix. 
This is specified by running configure with the options
--program-prefix=something or --program-suffix=something.  The point of
this is to be able to have multiple simultaneous installations of a
package.

These configure options are not honored by the PHP configure script.  It
is not hard to do, and it would be useful for people wishing to have
multiple versions of CGI/CLI installed (for example, it would be
convenient to have php4 and php5 installed simultaneously to test BC).

This is likely to be a very quick fix by someone who knows much about the
PHP compilation process.
-- 
Edit bug report at http://bugs.php.net/?id=23030&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23030&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23030&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23030&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23030&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23030&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23030&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23030&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23030&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23030&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23030&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23030&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23030&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23030&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23030&r=gnused

Reply via email to