let the ctor honor the options array too
[m6w6/ext-http] / php_http_client.h
index 24067a98ea8daf28ec7f83060e104a890cfccfd9..9599fae2d58b164cfe4d425be99e4cf3cd3720fc 100644 (file)
@@ -108,7 +108,7 @@ static inline void php_http_client_progress_notify(php_http_client_progress_t *p
 typedef enum php_http_client_setopt_opt {
        PHP_HTTP_CLIENT_OPT_SETTINGS,                                           /* HashTable* */
        PHP_HTTP_CLIENT_OPT_PROGRESS_CALLBACK,                          /* php_http_client_progress_callback_t* */
-       PHP_HTTP_CLIENT_OPT_COOKIES_ENABLE,                             /* - */
+       PHP_HTTP_CLIENT_OPT_COOKIES_ENABLE,                                     /* - */
        PHP_HTTP_CLIENT_OPT_COOKIES_RESET,                                      /* - */
        PHP_HTTP_CLIENT_OPT_COOKIES_RESET_SESSION,                      /* - */
        PHP_HTTP_CLIENT_OPT_COOKIES_FLUSH,                                      /* - */