- happy new year
[m6w6/ext-http] / php_http_info_api.h
index 17f6a266ead8b090de21af2d8fc02ffc9bac3c99..6d36a64501d5507ce839831c9a451bc9f2950781 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2005, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -22,7 +22,7 @@
 
 typedef struct {
        char *method;
-       char *URI;
+       char *url;
 } http_request_info;
 
 typedef struct {