Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

fixed #50: run APC(u) tests in travis #52

Merged
merged 1 commit into from
Dec 21, 2015
Merged

fixed #50: run APC(u) tests in travis #52

merged 1 commit into from
Dec 21, 2015

Conversation

marc-mabe
Copy link
Member

This (re)-enables APC adapter tests on travis (#50)

  • using apcu-4.0.8 (currently last stable) extension on PHP < 7
  • using apcu_bc (last beta) extension on PHP 7
    • There is a bug using pecl install apcu_bc-beta where it attaches the directive extension=apc.so on top of php.ini which results in wrong extension loading :(
    • To solve that issue I added another ini file loading the extension in bottom which still results in a warning of the first load but the test works
      -> @Maks3w other ideas ?

@marc-mabe marc-mabe added the Test label Dec 21, 2015
@Maks3w
Copy link
Member

Maks3w commented Dec 21, 2015

ok for me. Workaround is enough documented.

@marc-mabe marc-mabe merged commit 6030069 into zendframework:master Dec 21, 2015
@marc-mabe marc-mabe self-assigned this Dec 21, 2015
@marc-mabe marc-mabe deleted the travis_apcu branch December 21, 2015 13:57
@marc-mabe marc-mabe added this to the 2.6.0 milestone Feb 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants