Hi: sorry for the typo, didn't test windows build , thanks for the fix ;)
thanks On Wed, May 9, 2012 at 4:08 AM, David Soria Parra <d...@php.net> wrote: > Commit: 2cb0ed1328da3bca00990648c3dfc90c957395f1 > Author: David Soria Parra <d...@php.net> Tue, 8 May 2012 22:08:54 > +0200 > Parents: 87fa84abde7bb49e58136ea239ce4d25d211bb7e > Branches: PHP-5.4 master > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=2cb0ed1328da3bca00990648c3dfc90c957395f1 > > Log: > Typo > > Changed paths: > M sapi/cli/php_cli_server.c > > > Diff: > diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c > index 0850425..e052aa8 100644 > --- a/sapi/cli/php_cli_server.c > +++ b/sapi/cli/php_cli_server.c > @@ -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] = '/'; > } > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Laruence Xinchen Hui http://www.laruence.com/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php