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

PHP conf dir #1401

Closed
nueko opened this issue Mar 25, 2017 · 3 comments
Closed

PHP conf dir #1401

nueko opened this issue Mar 25, 2017 · 3 comments
Assignees

Comments

@nueko
Copy link
Contributor

nueko commented Mar 25, 2017

Hi, there is something weird when i created scoop/apps/php/conf directory on Windows and run scoop status command.

> scoop status
Scoop is up to date.
These apps failed to install:
    php
@lukesampson
Copy link
Member

Scoop sees everything under ~/scoop/apps/php as a version of PHP, but if it can't find install info inside the directory it thinks the install failed.

Did you mean to create the directory at ~/scoop/apps/php/current/conf instead? That should work, assuming you have installed PHP first and you can see ~/scoop/apps/php/current already exists.

@nueko
Copy link
Contributor Author

nueko commented Mar 26, 2017

Isn't creating conf inside the current folder means that we should move the conf folder on every update?
what about ~/scoop/etc/[php]
I think we should make it standard so bucket creators will know where to put configuration for an app.

@rrelmy
Copy link
Collaborator

rrelmy commented Mar 26, 2017

This is a duplicate of #1185 and will be fixed with #1372
We will put the configuration under ~/scoop/data/php/conf/

You could temporary change the environment variable PHP_INI_SCAN_DIR.

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

No branches or pull requests

2 participants