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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 15:01:28 2024 UTC