Martin Keckeis in php.internals (Fri, 4 Dec 2015 09:01:20 +0100): >in my case i miss currently two extensions: >- https://pecl.php.net/package/imagick >- https://pecl.php.net/package/APCu
APC Backwards Compatibility in the Windows builds solved: https://github.com/krakjoe/apcu-bc/pull/2 Binaries available at https://www.apachelounge.com/viewtopic.php?t=6359 You will have to load the extensions in this way: extension=php_apcu.dll extension=php_apc.dll Or for *nix: extension=apcu.so extension=apc.so I guess Joe Watkins will make a new release soon and then the Windows binaries will be become available at http://pecl.php.net/package/APCu -- Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php