ID:               26373
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gbp at reddleman dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         *Compile Issues
 Operating System: Linux 2.4.22
 PHP Version:      5.0.0b2 (beta2)
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Try SEARCH before submitting any new reports..
See bug #23030


Previous Comments:
------------------------------------------------------------------------

[2003-11-23 19:48:26] gbp at reddleman dot org

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 this bug report at http://bugs.php.net/?id=26373&edit=1

Reply via email to