mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Merge branch 'PHP-5.6'
This commit is contained in:
commit
fb4678f1ac
@ -1353,7 +1353,7 @@ static void init_request_info(TSRMLS_D)
|
||||
} else {
|
||||
SG(request_info).request_uri = env_script_name;
|
||||
}
|
||||
free(real_path);
|
||||
efree(real_path);
|
||||
}
|
||||
} else {
|
||||
/* pre 4.3 behaviour, shouldn't be used but provides BC */
|
||||
|
Loading…
Reference in New Issue
Block a user