- warning hunt
[m6w6/ext-http] / php_http_message_api.h
index 731e1709ffe96d0c04fcfaef33c5977dbbd1d8e5..c31e6b8d657ccf0ef427a348fcdae2a2cc052fe9 100644 (file)
@@ -35,7 +35,7 @@ struct _http_message {
 
        union {
                struct {
-                       float http_version;
+                       double http_version;
                        char *method;
                        char *URI;
                } request;