diff options
Diffstat (limited to 'sapi/cgi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
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 }; |