diff options
author | Andrey Hristov <andrey@php.net> | 2014-01-24 11:39:24 +0200 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2014-01-24 11:39:24 +0200 |
commit | 0c90c207a71b90cc840d449a1952f16edd64cb4b (patch) | |
tree | d611d3e24a0619f06227f076eb83cdbeb0b69664 /ext/mysqlnd/mysqlnd_wireprotocol.h | |
parent | 698b04270e116f91c7715487c90d8e6dc8d5f0ca (diff) | |
download | php-git-0c90c207a71b90cc840d449a1952f16edd64cb4b.tar.gz |
Backport refactoring from php-src
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index 4bd33592bf..be71d06508 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -302,6 +302,7 @@ PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * c unsigned long php_mysqlnd_net_field_length(zend_uchar **packet); zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length); +size_t php_mysqlnd_net_store_length_size(uint64_t length); PHPAPI const extern char * const mysqlnd_empty_string; |