mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix compiler warnings in mysqlnd
This commit is contained in:
parent
82050dfd3c
commit
bb198ec9a6
3 changed files with 3 additions and 3 deletions
|
@ -297,7 +297,7 @@ typedef struct st_mysqlnd_packet_sha256_pk_request_response {
|
|||
|
||||
|
||||
zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
|
||||
zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length);
|
||||
zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length);
|
||||
size_t php_mysqlnd_net_store_length_size(uint64_t length);
|
||||
|
||||
PHPAPI const extern char * const mysqlnd_empty_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue