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

[Config] Allow schemed paths in FileResource #18820

Merged
merged 1 commit into from May 23, 2016

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented May 20, 2016

Q A
Branch? 3.1
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #17598
License MIT
Doc PR -

This is a small new feature fixing a BC break that has been introduced in #17598 on 3.1.
It happens that 3.1 is breaking a phar app on our side where we end up doing something like new FileResource('phar://...').

Ping @xabbuh and @javiereguiluz esp.

@nicolas-grekas nicolas-grekas changed the title [Config] Allow schemed path in FileResource [Config] Allow schemed paths in FileResource May 20, 2016
@stof
Copy link
Member

stof commented May 20, 2016

👍

Status: reviewed

@javiereguiluz
Copy link
Member

👍

1 similar comment
@xabbuh
Copy link
Member

xabbuh commented May 23, 2016

👍

@fabpot
Copy link
Member

fabpot commented May 23, 2016

Thank you @nicolas-grekas.

@fabpot fabpot merged commit c73f34d into symfony:3.1 May 23, 2016
fabpot added a commit that referenced this pull request May 23, 2016
This PR was merged into the 3.1 branch.

Discussion
----------

[Config] Allow schemed paths in FileResource

| Q             | A
| ------------- | ---
| Branch?       | 3.1
| Bug fix?      | yes
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #17598
| License       | MIT
| Doc PR        | -

This is a small new feature fixing a BC break that has been introduced in #17598 on 3.1.
It happens that 3.1 is breaking a `phar` app on our side where we end up doing something like `new FileResource('phar://...')`.

Ping @xabbuh and @javiereguiluz esp.

Commits
-------

c73f34d [Config] Allow schemed path in FileResource
@nicolas-grekas nicolas-grekas deleted the fix-phar branch May 25, 2016 08:13
@fabpot fabpot mentioned this pull request May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants