mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -436,8 +436,7 @@ PHP_FUNCTION(apache_response_headers) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ cli_server module
|
||||
*/
|
||||
/* {{{ cli_server module */
|
||||
|
||||
static void cli_server_init_globals(zend_cli_server_globals *cg)
|
||||
{
|
||||
|
@ -782,8 +781,7 @@ static void sapi_cli_server_log_message(const char *msg, int syslog_type_int) /*
|
|||
sapi_cli_server_log_write(PHP_CLI_SERVER_LOG_MESSAGE, msg);
|
||||
} /* }}} */
|
||||
|
||||
/* {{{ sapi_module_struct cli_server_sapi_module
|
||||
*/
|
||||
/* {{{ sapi_module_struct cli_server_sapi_module */
|
||||
sapi_module_struct cli_server_sapi_module = {
|
||||
"cli-server", /* name */
|
||||
"Built-in HTTP server", /* pretty name */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue