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

Fix wincache notice again #5811

Merged
merged 1 commit into from
Feb 4, 2015
Merged

Fix wincache notice again #5811

merged 1 commit into from
Feb 4, 2015

Conversation

zero-24
Copy link
Contributor

@zero-24 zero-24 commented Jan 18, 2015

Explanation

According to the PHP Docs for wincache_ucache_info():
http://www.php.net/manual/en/function.wincache-ucache-info.php

We have no index called "cache_entries" only a "ucache_entries"

This PR

  1. change "cache_entries" to "ucache_entries"
  2. fix mirror CS

Thanks to @davidsteadson at #3711 (comment)

### Explanation
According to the PHP Docs for wincache_ucache_info():
http://www.php.net/manual/en/function.wincache-ucache-info.php

We have no index called "cache_entries" only a "ucache_entries"

### This PR
1. change "cache_entries" to "ucache_entries"
2. fix mirror CS
@wilsonge
Copy link
Contributor

wilsonge commented Feb 4, 2015

Merging on review as the same fix as from #3711 and looking at the docs provided

wilsonge added a commit that referenced this pull request Feb 4, 2015
@wilsonge wilsonge merged commit a33864b into joomla:staging Feb 4, 2015
@wilsonge wilsonge added this to the Joomla! 3.4.0 milestone Feb 4, 2015
@zero-24 zero-24 deleted the patch-13 branch February 4, 2015 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants