Yaffs site version 1.1
[yaffs-website] / vendor / symfony / polyfill-apcu / bootstrap.php
index a5682af55ddf0fdd85d798c007606e210ad888be..9433f6f42454f222fc2a6c412d0110364036b543 100644 (file)
@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-if (!extension_loaded('apc')) {
+if (!extension_loaded('apc') && !extension_loaded('apcu')) {
     return;
 }