Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate the info and list-ini commands #1139

Closed
morozov opened this issue Dec 29, 2019 · 0 comments · Fixed by #1201
Closed

Deprecate the info and list-ini commands #1139

morozov opened this issue Dec 29, 2019 · 0 comments · Fixed by #1201

Comments

@morozov
Copy link
Contributor

morozov commented Dec 29, 2019

As it turned out in #1134, some existing PHPBrew commands like info and list-ini are by design intended to be executed by the currently used PHP, not the interpreter that runs PHPBrew.

The reasons to deprecate these commands are:

  1. PHPBrew is meant to build and manage PHP. The fact that it runs on a PHP is an implementation detail and should not be exposed via its commands.
  2. The output of phpbrew list-ini is almost identical to the output of php --ini.
  3. The output of phpbrew info is a subset of the output of php -i.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant