Remove remnants of TSMRLS_* macro calls

This commit is contained in:
Thomas Punt 2017-01-18 09:48:23 +00:00 committed by Joe Watkins
parent 280e9cb28d
commit fb8486f3bd
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E
2 changed files with 2 additions and 2 deletions

View file

@ -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