summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-19 17:18:29 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-09 22:32:47 +0200
commit5b36c9fef6a03246765d10ea77ad6a68d2843cb6 (patch)
tree7dbd34f9ff86712fa3fb3d523a0a8886fa1cd4bf /sapi/cgi/cgi_main.c
parent0741494f302ea7982d3250d4b86338667a830749 (diff)
downloadphp-git-5b36c9fef6a03246765d10ea77ad6a68d2843cb6.tar.gz
Use PHP_VERSION for zend modules
Closes #4147
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 14dccbde1e..a716b7cf3c 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -1730,7 +1730,7 @@ static zend_module_entry cgi_module_entry = {
NULL,
NULL,
PHP_MINFO(cgi),
- NO_VERSION_YET,
+ PHP_VERSION,
STANDARD_MODULE_PROPERTIES
};