php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #23030 The PHP build does not honor the program-{prefix, suffix} configure options
Submitted: 2003-04-03 01:36 UTC Modified: 2003-12-01 11:36 UTC
From: per at nobolt dot net Assigned: sniper (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 4.3.1 OS: GNU/Linux
Private report: No CVE-ID: None
 [2003-04-03 01:36 UTC] per at nobolt dot net
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-03 05:00 UTC] sniper@php.net
I'll take a look at this..

 [2003-12-01 11:36 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

PHP 4.3.5 will have this, and next PHP 5 beta.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 23:01:28 2024 UTC