We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aceb35 commit 0f2be03Copy full SHA for 0f2be03
sapi/fpm/fpm/fpm_main.c
@@ -1044,7 +1044,7 @@ static void init_request_info(void)
1044
// env_script_filename contains /home/hans/web/cyrillic%D1%80%D1%84.ratma.net/public_html/index.php.
1045
// and we must decode it to /home/hans/web/cyrillicрф.ratma.net/public_html/index.php.
1046
if(memchr(env_script_filename, '%', plen) != NULL){
1047
- plen = php_url_decode(env_script_filename, plen);
+ plen = php_raw_url_decode(env_script_filename, plen);
1048
}
1049
1050
/* ignore query string if sent by Apache (RewriteRule) */
0 commit comments