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

Changed database array access to ensure it's always properly setup #159

Closed
wants to merge 2 commits into from

Conversation

falmp
Copy link
Contributor

@falmp falmp commented Oct 2, 2013

This solves my cached entries problem mentioned on issue #137 and probably also its authors problem. I was able to run the phpunit tests under PHP 5.5 with this fix too (it would throw initialization errors and not run with the master branch).

Details:

  • Changed $_db access to ensure it's always properly setup
  • Fixed typo on comment ('mulitple' -> 'multiple')

Changed configure() to directly set $_config
Fixed typo on comment ('mulitple' -> 'multiple')
@falmp
Copy link
Contributor Author

falmp commented Nov 20, 2013

Sorry to bother, but are you planning to merge this in? I have another pull request to send you that depends on this.

@treffynnon
Copy link
Collaborator

Yes, but please remove the direct manipulation of the $_config variable.

@falmp
Copy link
Contributor Author

falmp commented Nov 20, 2013

Sure, here it is. :)

@ghost ghost assigned treffynnon Nov 26, 2013
@treffynnon
Copy link
Collaborator

Merged in develop

@treffynnon treffynnon closed this Dec 26, 2013
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

2 participants