php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #60518 Support --program-transform-name
Submitted: 2011-12-14 03:12 UTC Modified: 2019-05-04 12:16 UTC
From: php-bugs-2011 at ryandesign dot com Assigned:
Status: Wont fix Package: *Compile Issues
PHP Version: 5.4.0RC3 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-bugs-2011 at ryandesign dot com
New email:
PHP Version: OS:

 

 [2011-12-14 03:12 UTC] php-bugs-2011 at ryandesign dot com
Description:
------------
PHP's configure script supports --program-prefix and --program-suffix... 
Would it be possible to also support --program-transform-name?

http://www.gnu.org/s/hello/manual/automake/Renaming.html

I want to be able to install and keep multiple PHP versions 
in the same prefix, and being able to do something like 
--program-transform-name=s/php/php54/ would be helpful.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-04-04 21:43 UTC] petk@php.net
Hello, see also discussion about program transformations on GitHub: https://github.com/php/php-src/pull/3996
 [2019-05-04 12:16 UTC] petk@php.net
-Status: Open +Status: Wont fix
 [2019-05-04 12:16 UTC] petk@php.net
Hello, according to the feedback by @krakjoe the program transformations are not wanted in PHP. The pull request could have them integrated:
https://github.com/php/php-src/pull/3996

They are backwards compatible and everything working ok with them except we're dealing here with not proper understanding what should be a functionality in PHP build system and what should be a patch in the upstream packagers side.

Considering the given feedback I'll close this as wont fix then. Thank you for your understanding.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC