diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2016-06-21 17:56:07 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2016-06-21 17:56:07 +0300 |
| commit | 22ecd4428a74a0e9d535f984072d363da39cb052 (patch) | |
| tree | fcea2c79213759b45f8aee4118c6a45b8a8868bf /sapi/cgi | |
| parent | 307e6b7ac99197aae9917ceeccdb89d7db324f4a (diff) | |
| download | php-git-22ecd4428a74a0e9d535f984072d363da39cb052.tar.gz | |
Fixed compilation warnings
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 01ab2ad098..8a263e59f6 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -969,7 +969,7 @@ ZEND_END_ARG_INFO() static const zend_function_entry additional_functions[] = { ZEND_FE(dl, arginfo_dl) - {NULL, NULL, NULL} + PHP_FE_END }; /* {{{ php_cgi_usage @@ -1716,7 +1716,7 @@ const zend_function_entry cgi_functions[] = { PHP_FE(apache_request_headers, arginfo_no_args) PHP_FE(apache_response_headers, arginfo_no_args) PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args) - {NULL, NULL, NULL} + PHP_FE_END }; static zend_module_entry cgi_module_entry = { |
