- s/uri/url/gi
[m6w6/ext-http] / php_http_info_api.h
index 17f6a266ead8b090de21af2d8fc02ffc9bac3c99..d30cead87674380c13be27a2c3b61bedc8334ca8 100644 (file)
@@ -22,7 +22,7 @@
 
 typedef struct {
        char *method;
-       char *URI;
+       char *url;
 } http_request_info;
 
 typedef struct {