summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-22 10:56:36 +0000
committerZeev Suraski <zeev@php.net>1999-05-22 10:56:36 +0000
commit9b4d71205bb02bad8d661a260e800e137340f8f7 (patch)
tree10862780db71ee8b6ea41711e4286bdd65dcd6b0 /cgi_main.c
parenta08e3925b15f9620b70acf19f68bc14ef6f1ac8c (diff)
downloadphp-git-9b4d71205bb02bad8d661a260e800e137340f8f7.tar.gz
* Minor fixes
* Better handling for multiple repeated memory leaks (libzend updated)
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi_main.c b/cgi_main.c
index 076c8fee5b..26e15898fe 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -395,6 +395,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
if (cgi || request_info.filename) {
file_handle.filename = request_info.filename;
file_handle.handle.fp = php3_fopen_for_parser();
+ SG(request_info).path_translated = file_handle.filename;
}
if (cgi && !file_handle.handle.fp) {