Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Remove WP Dependencies #13

Merged
merged 7 commits into from May 19, 2014
Merged

Remove WP Dependencies #13

merged 7 commits into from May 19, 2014

Conversation

lkwdwrd
Copy link
Contributor

@lkwdwrd lkwdwrd commented May 17, 2014

When using the Redis object cache with batcache, it was failing because it was trying to make use of WP core methods that were not available when batcache fires. To this end the pull request does a few things:

  • Removes Predis as an option as discussed
  • Switches to using the internal PHP serializer in the PECL extension
  • All remaining WP function dependencies are removed or handled gracefully with fallbacks.

ericmann added a commit that referenced this pull request May 19, 2014
@ericmann ericmann merged commit ffe9496 into ericmann:master May 19, 2014
@lkwdwrd lkwdwrd deleted the dependencies branch May 19, 2014 17:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants