You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Would it make sense to create a separate APC and APCu adapter? Currently this package is not usable with PHP 7 since the APC Adapter, which uses APCu methods, is relying on the symfony/polyfill-apcu package under the hood to provide compatibility for PHP 5.6 and APC.
Basically the current APC adapter could be copied and renamed to APCu and instead of apcu_ methods one shall use \apcu_ methods. This way the polyfill could remain.
The text was updated successfully, but these errors were encountered:
Would it make sense to create a separate APC and APCu adapter? Currently this package is not usable with PHP 7 since the APC Adapter, which uses APCu methods, is relying on the symfony/polyfill-apcu package under the hood to provide compatibility for PHP 5.6 and APC.
Basically the current APC adapter could be copied and renamed to
APCu
and instead ofapcu_
methods one shall use\apcu_
methods. This way the polyfill could remain.The text was updated successfully, but these errors were encountered: