X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_misc.h;h=33be199507bcc68022032bd11af99267417507ee;hb=a18e662d5ff2c4e7051e028f8002dbba720cccd6;hp=19ae6428de2665012c0fa295d5da681c72c51433;hpb=880540695ec6784e5570a15533467f7dff98d4f1;p=m6w6%2Fext-http diff --git a/php_http_misc.h b/php_http_misc.h index 19ae642..33be199 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -461,9 +461,9 @@ typedef enum php_http_error { PHP_HTTP_E_MESSAGE_TYPE, PHP_HTTP_E_MESSAGE_BODY, PHP_HTTP_E_ENCODING, - PHP_HTTP_E_REQUEST, - PHP_HTTP_E_REQUEST_POOL, - PHP_HTTP_E_REQUEST_DATASHARE, + PHP_HTTP_E_CLIENT, + PHP_HTTP_E_CLIENT_POOL, + PHP_HTTP_E_CLIENT_DATASHARE, PHP_HTTP_E_REQUEST_FACTORY, PHP_HTTP_E_SOCKET, PHP_HTTP_E_RESPONSE,