summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-04-15 11:01:30 +0000
committerAndrey Hristov <andrey@php.net>2010-04-15 11:01:30 +0000
commitdd9fc198ce446f7edd95707524209baa9a74bfd6 (patch)
treedadb520eb0e0c213069bc8ccd32cc5cf010084cc /ext/mysqlnd/mysqlnd_wireprotocol.h
parent2404c4c84f431ec5b1106faa99056533739c3854 (diff)
downloadphp-git-dd9fc198ce446f7edd95707524209baa9a74bfd6.tar.gz
Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 82f0465df3..fe4736c0ca 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -101,6 +101,7 @@ typedef struct st_mysqlnd_packet_auth {
/* +1 for \0 because of scramble() */
unsigned char *server_scramble_buf;
size_t db_len;
+ zend_bool send_half_packet;
} MYSQLND_PACKET_AUTH;
/* OK packet */