Use PHP_VERSION for zend modules

Closes #4147
This commit is contained in:
Peter Kokot 2019-05-19 17:18:29 +02:00
parent 0741494f30
commit 5b36c9fef6
4 changed files with 4 additions and 4 deletions

View file

@ -559,6 +559,6 @@ zend_module_entry php_apache_module = {
NULL,
NULL,
PHP_MINFO(apache),
NULL,
PHP_VERSION,
STANDARD_MODULE_PROPERTIES
};