mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix ts buld
This commit is contained in:
parent
c3eeb8092a
commit
68a51ae953
1 changed files with 1 additions and 1 deletions
|
@ -2067,7 +2067,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);
|
||||
return php_cli_server_send_error_page(server, client, 500 TSRMLS_CC);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue