summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-02 19:31:56 +0000
committerZeev Suraski <zeev@php.net>1999-05-02 19:31:56 +0000
commit7071131f81c53b5ff062f724a0aa758a5138e012 (patch)
tree10e0630a85f2b2acfa1c2d318d708077e0225fbc /main
parentbc004fb06273eea752eddebc7e8cb31f3db635ad (diff)
downloadphp-git-7071131f81c53b5ff062f724a0aa758a5138e012.tar.gz
Get rid of request_info.path_translated
Diffstat (limited to 'main')
-rw-r--r--main/SAPI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index feddbc3bbc..7796fc0634 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -27,8 +27,10 @@ extern sapi_module_struct sapi_module; /* true global */
typedef struct {
- char *path_translated;
char *query_string;
+
+ char *path_translated;
+ char *request_uri;
} sapi_request_info;