1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

Merge branch 'PHP-5.6'

This commit is contained in:
Xinchen Hui
2013-12-27 20:46:08 +08:00

View File

@@ -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 */