X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_options.h;h=4fff611a3b40aadfeac1c5d210894b369a9ec0dd;hp=f685f8e6902f51f2910579c8d833737afa72e4f2;hb=aa6bad843b38494eeceb6d172b781fffb2a9998f;hpb=7b6175452cb0a9154da31dd571c1425951ec6547 diff --git a/php_http_options.h b/php_http_options.h index f685f8e..4fff611 100644 --- a/php_http_options.h +++ b/php_http_options.h @@ -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);