mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove remnants of TSMRLS_* macro calls
This commit is contained in:
parent
280e9cb28d
commit
fb8486f3bd
2 changed files with 2 additions and 2 deletions
|
@ -1961,7 +1961,7 @@ static int php_cli_server_begin_send_static(php_cli_server *server, php_cli_serv
|
|||
if (client->request.path_translated &&
|
||||
('.' == client->request.path_translated[client->request.path_translated_len-1] ||
|
||||
' ' == client->request.path_translated[client->request.path_translated_len-1])) {
|
||||
return php_cli_server_send_error_page(server, client, 500 TSRMLS_CC);
|
||||
return php_cli_server_send_error_page(server, client, 500);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -872,7 +872,7 @@ static int lsapi_activate_user_ini_finally(_lsapi_activate_user_ini_ctx *ctx,
|
|||
return rc;
|
||||
}
|
||||
|
||||
static int lsapi_activate_user_ini(TSRMLS_D)
|
||||
static int lsapi_activate_user_ini( void )
|
||||
{
|
||||
_lsapi_activate_user_ini_ctx ctx;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue