mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Merge branch 'PHP-5.4'
* PHP-5.4: Typo
This commit is contained in:
@@ -1356,7 +1356,7 @@ static void php_cli_server_request_translate_vpath(php_cli_server_request *reque
|
||||
if (prev_path) {
|
||||
request->path_info_len = prev_path_len;
|
||||
#ifdef PHP_WIN32
|
||||
while (prev_pach_len--) {
|
||||
while (prev_path_len--) {
|
||||
if (prev_path[prev_path_len] == '\\') {
|
||||
prev_path[prev_path_len] = '/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user