X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqres.h;h=79507fdf1fa9ca5b1aac9c77cf930e98786cedfc;hp=cc20ddbbc764e15524f71e0f494b40ac21c84611;hb=HEAD;hpb=b00e81afafdb7bc6e76b6ef4d283f5b5fb8feec7 diff --git a/src/php_pqres.h b/src/php_pqres.h index cc20ddb..79507fd 100644 --- a/src/php_pqres.h +++ b/src/php_pqres.h @@ -25,6 +25,7 @@ typedef enum php_pqres_fetch { #define PHP_PQRES_CONV_BOOL 0x0001 #define PHP_PQRES_CONV_INT 0x0002 #define PHP_PQRES_CONV_FLOAT 0x0004 +#define PHP_PQRES_CONV_BYTEA 0x0008 #define PHP_PQRES_CONV_SCALAR 0x000f #define PHP_PQRES_CONV_ARRAY 0x0010 #define PHP_PQRES_CONV_DATETIME 0x0020