everytime I use the composer to generate the database or to create a new symfony project, this warning shows up ,
> PHP Warning: PHP Startup: Unable to load dynamic library
> 'C:\xampp\php\ext\php_apcu.dll' - n'est pas une application Win32
> valide. in Unknown on line 0
I've already downloaded the .dll, put it in the ext folder and modified my php.ini and added the extension to the list :
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=php_apcu.dll
but when I use the composer the warning keep showing up !!