From:             gbp at reddleman dot org
Operating system: Linux 2.4.22
PHP version:      5.0.0b2 (beta2)
PHP Bug Type:     *Compile Issues
Bug description:  ./configure disobeys --program-suffix

Description:
------------
The ./configure script disobeys --program-suffix. No suffix is prepended
to php, phpize, php-config, phpextdist, pear.


Reproduce code:
---------------
./configure --prefix=$HOME/test --program-suffix=-5

Expected result:
----------------
The files in $HOME/test/bin named 
php-5
php-config-5
phpize-5
phpextdist-5
pear-5

Actual result:
--------------
The files in $HOME/test/bin named 
php
php-config
phpize
phpextdist
pear

-- 
Edit bug report at http://bugs.php.net/?id=26373&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26373&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26373&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26373&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26373&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26373&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26373&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26373&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26373&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26373&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26373&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26373&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26373&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26373&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26373&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26373&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26373&r=float

Reply via email to