PHP6 and php_embed.c error

php.internals

George McLachlan

20 years ago
Hi everyone, I am trying to compile PHP6 with the following options. ./configure --enable-debug --enable-maintainer-zts --enable-embed --enable-cli however I am getting the following error during make. "/php-src/sapi/embed/php_embed.c:135: error: 'zif_dl' undeclared here (not in a function) make: *** [sapi/embed/php_embed.lo] Error 1" I have looked about and searched for bugs and found nothing, which leads me to believe it is the "Indian not the arrow" in other words it's me that has done something wrong. Can anyone point me in the right direction. Thanks George