travis
[m6w6/ext-http] / php_http_options.h
index f685f8e6902f51f2910579c8d833737afa72e4f2..4fff611a3b40aadfeac1c5d210894b369a9ec0dd 100644 (file)
@@ -38,6 +38,7 @@ struct php_http_option {
        zval defval;
 
        php_http_option_set_callback_t setter;
+       unsigned persistent:1;
 };
 
 PHP_HTTP_API php_http_options_t *php_http_options_init(php_http_options_t *registry, zend_bool persistent);