summaryrefslogtreecommitdiff
path: root/sapi/apache2handler
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r--sapi/apache2handler/php_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c
index ba2400f6a0..c82b93f965 100644
--- a/sapi/apache2handler/php_functions.c
+++ b/sapi/apache2handler/php_functions.c
@@ -559,6 +559,6 @@ zend_module_entry php_apache_module = {
NULL,
NULL,
PHP_MINFO(apache),
- NULL,
+ PHP_VERSION,
STANDARD_MODULE_PROPERTIES
};