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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
33 + 6 = ?
Subscribe to this entry?

 
 [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 25 23:01:29 2024 UTC