mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unnecessary PHP_FUNCTION() declarations (#7472)
This commit is contained in:
parent
4f42a0affb
commit
a1a8e9032c
9 changed files with 0 additions and 154 deletions
|
@ -1602,14 +1602,8 @@ int main( int argc, char * argv[] )
|
|||
return ret;
|
||||
}
|
||||
|
||||
|
||||
/* LiteSpeed PHP module starts here */
|
||||
|
||||
PHP_FUNCTION(litespeed_request_headers);
|
||||
PHP_FUNCTION(litespeed_response_headers);
|
||||
PHP_FUNCTION(apache_get_modules);
|
||||
PHP_FUNCTION(litespeed_finish_request);
|
||||
|
||||
PHP_MINFO_FUNCTION(litespeed);
|
||||
|
||||
static PHP_MINIT_FUNCTION(litespeed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue