Open wsritab opened 5 years ago
Work Around for FreeBSD port. edit the Makefile and change line 29
from AP_EXTRAS+= -DHAVE_MOD_PHP_SUPPORT
to
The suport for PHP will be disabled but everything else works.
I queued it to myself to do a fix under BSD clang, PHP 7.1 ,.., PHP 7.3 versions at my free time, that is not so much nowadays. Trying my best.
Hi
Since PHP 7.1 uses zend_sort instead of zend_qsort. This change breaks the make of mod_vhs. Is it possible to use zend_sort instead. Is it possible to make an update.
error log
./include/vhs_php_config.h:20:75: error: too many arguments to function call, expected 4, have 6 zend_alter_ini_entry("doc_root", sizeof("doc_root"), path, strlen(path), 4, 1);