diff options
| author | Felipe Pena <felipe@php.net> | 2008-10-24 16:03:15 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-10-24 16:03:15 +0000 |
| commit | cc9a286005d88547cc93749873c5c4655d0003bd (patch) | |
| tree | 90446a619cbcb0ea1c5726641dd89d7d8065cd9e /sapi/nsapi/nsapi.c | |
| parent | df100055639c42e28029cf2f6983246ed3f98c40 (diff) | |
| download | php-git-cc9a286005d88547cc93749873c5c4655d0003bd.tar.gz | |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
Diffstat (limited to 'sapi/nsapi/nsapi.c')
| -rw-r--r-- | sapi/nsapi/nsapi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index 490d64e066..afff704b96 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -170,16 +170,13 @@ ZEND_DECLARE_MODULE_GLOBALS(nsapi) /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_nsapi_virtual, 0, 0, 1) ZEND_ARG_INFO(0, uri) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_nsapi_request_headers, 0) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_nsapi_response_headers, 0) ZEND_END_ARG_INFO() /* }}} */ |
