mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
new flag
This commit is contained in:
parent
80e5f0f774
commit
61d49db1f3
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
#define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt support */
|
||||
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
|
||||
#define CLIENT_PS_MULTI_RESULTS (1UL << 18) /* Multi-results in PS-protocol */
|
||||
#define CLIENT_PLUGIN_AUTH (1UL << 19) /* Client supports plugin authentication */
|
||||
|
||||
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue