* try the direct way
[m6w6/ext-http] / php_http.h
index fd925f69416975c0650484404ace860572f2da58..8294b13cf3c2b363b44355ca93c9ef3aa8bbadcd 100644 (file)
@@ -56,7 +56,7 @@ typedef struct {
 } http_request_object;
 
 typedef enum {
-       HTTP_GET,
+       HTTP_GET = 1,
        HTTP_HEAD,
        HTTP_POST,
 } http_request_method;