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

Global PHP configuration options #695

Open
smithandre opened this issue Mar 23, 2016 · 4 comments
Open

Global PHP configuration options #695

smithandre opened this issue Mar 23, 2016 · 4 comments
Labels

Comments

@smithandre
Copy link

PHPBrew is great, but it does lack the ability to configure certain php settings globally, and have them apply to each version one installs.

Initially I was thinking of having a central ini file containing the options, and then just using a symlink to reference it. However, different versions of PHP could have different options in the config, which is why I think that won't work well, as one will "lose" the differences in the configuration between versions (if any)

So... my thinking is to build on the idea of having a .yml in which one can specify core options like memory limits and log paths, as well as extension configuration. When one builds a new PHP, phpbrew should then use these options and set them in the ini of the specific version you are busy installing.

@c9s
Copy link
Member

c9s commented Apr 20, 2016

Thanks, there is already a global configuration, it should be documented in wiki.

@c9s
Copy link
Member

c9s commented Apr 20, 2016

See this page for more details https://github.com/phpbrew/phpbrew/wiki/Setting-up-Configuration

@c9s
Copy link
Member

c9s commented Apr 20, 2016

I think what you mentioned could be extended from the current configuration file.

@c9s c9s added the RFC label Apr 20, 2016
@smithandre
Copy link
Author

I agree. It will be better to extend from existing functionality rather than to build something separate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants