├── Apcu.php ├── LICENSE ├── README.md ├── bootstrap.php ├── bootstrap80.php └── composer.json /Apcu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/Apcu.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/README.md -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/bootstrap.php -------------------------------------------------------------------------------- /bootstrap80.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/bootstrap80.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-apcu/HEAD/composer.json --------------------------------------------------------------------------------