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

getFileSizeViaCurl() has problems with open_basedir #12016

Closed
LukasReschke opened this issue Nov 6, 2014 · 1 comment
Closed

getFileSizeViaCurl() has problems with open_basedir #12016

LukasReschke opened this issue Nov 6, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@LukasReschke
Copy link
Member

Reminder for myself - debugged this with @MorrisJobke on his instance.

@LukasReschke LukasReschke self-assigned this Nov 6, 2014
@LukasReschke LukasReschke added this to the 2014-sprint-07-current milestone Nov 6, 2014
@MorrisJobke
Copy link
Contributor

curl can't use file://... when open_basedir is set.

LukasReschke added a commit that referenced this issue Nov 7, 2014
The file:// protocol does not work with curl when an open_basedir is set.

This fixes #12016
@craigpg craigpg modified the milestones: 2014-sprint-08-current, 2014-sprint-07 Nov 10, 2014
LukasReschke added a commit that referenced this issue Nov 20, 2014
The file:// protocol does not work with curl when an open_basedir is set.

This fixes #12016

Conflicts:
	tests/lib/largefilehelpergetfilesize.php
LukasReschke added a commit that referenced this issue Dec 5, 2014
The file:// protocol does not work with curl when an open_basedir is set.

This fixes #12016

Conflicts:
	tests/lib/largefilehelpergetfilesize.php

Conflicts:
	core/setup/controller.php
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants