I am trying to compile APCu cache extension using make && make install.
I get a compilation error regarding not being able to find zend_string
or zend_long
. Do you guys know what extension I would need for these?
Thanks :)
Those types only exist in PHP 7/Zend Engine 3. You need the PHP 5 version of the extension.