Search code examples
phpmakefileapcphp-5.6

Unknown type name 'zend_string'


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?

APCu

Thanks :)


Solution

  • Those types only exist in PHP 7/Zend Engine 3. You need the PHP 5 version of the extension.