zend-cache icon indicating copy to clipboard operation
zend-cache copied to clipboard

[3.0] Mark static factories as deprecated

Open boesing opened this issue 7 years ago • 5 comments

As requested in #175

boesing avatar Sep 10 '18 14:09 boesing

Need to add the new StorageFactory to the ServiceManager configuration. Reminder for myself.

boesing avatar Sep 10 '18 15:09 boesing

Well, it looks like the pcntl_fork unit test for Filesystem fails in travis for PHP 7.2 lowest dependencies. I am on PHP 7.2 locally and the unit tests wont fail. Any suggestions?

boesing avatar Sep 11 '18 09:09 boesing

Most likely unrelated to your changes

Ocramius avatar Sep 11 '18 10:09 Ocramius

This repository has been closed and moved to laminas/laminas-cache; a new issue has been opened at https://github.com/laminas/laminas-cache/issues/3.

weierophinney avatar Dec 31 '19 21:12 weierophinney

This repository has been moved to laminas/laminas-cache. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:

  • Squash all commits in your branch (git rebase -i origin/{branch})
  • Make a note of all changed files (`git diff --name-only origin/{branch}...HEAD
  • Run the laminas/laminas-migration tool on the code.
  • Clone laminas/laminas-cache to another directory.
  • Copy the files from the second bullet point to the clone of laminas/laminas-cache.
  • In your clone of laminas/laminas-cache, commit the files, push to your fork, and open the new PR. We will be providing tooling via laminas/laminas-migration soon to help automate the process.

weierophinney avatar Dec 31 '19 21:12 weierophinney