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

Check for Xcache availability from INI setting #5897

Merged
merged 1 commit into from
Nov 26, 2016
Merged

Check for Xcache availability from INI setting #5897

merged 1 commit into from
Nov 26, 2016

Conversation

mikaelz
Copy link
Contributor

@mikaelz mikaelz commented Jun 22, 2016

On a shared webhosting the Xcache module is loaded, but it can be disabled with .htaccess php_flag xcache.cacher Off
So module is loaded, but Xcache is disabled via php.ini

On a shared webhosting the Xcache module is loaded, but it can be disabled with .htaccess `php_flag xcache.cacher Off` which causes issues.
@Ocramius Ocramius added the Bug label Nov 26, 2016
@Ocramius Ocramius added this to the 2.6.0 milestone Nov 26, 2016
@Ocramius Ocramius self-assigned this Nov 26, 2016
@Ocramius
Copy link
Member

Looked into how to test this one, but there ain't a proper way unless we mock ini_get(), and that's just fragile.

Thanks @mikaelz, merging, although only to 2.6.0.

@Ocramius Ocramius merged commit dc7c6ed into doctrine:master Nov 26, 2016
@Ocramius Ocramius changed the title Check for Xcache from INI setting Check for Xcache availability from INI setting Nov 26, 2016
@mikaelz mikaelz deleted the patch-1 branch November 26, 2016 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants