Commit:    95346c017c55e44a3e3d19945902a0275d3fafe4
Author:    Andrey Hristov <and...@php.net>         Tue, 22 Jan 2013 16:48:39 
+0100
Parents:   e6bde1f8f6d8b5d32e608926dd2af2e0f82a5de5
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=95346c017c55e44a3e3d19945902a0275d3fafe4

Log:
fix valgrind warning

Changed paths:
  M  ext/mysqlnd/mysqlnd_structs.h


Diff:
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index ecb1d89..b88004a 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -195,7 +195,7 @@ typedef struct st_mysqlnd_net_options
        unsigned int timeout_read;
        unsigned int timeout_write;
 
-       unsigned int net_read_buffer_size;
+       size_t          net_read_buffer_size;
 
        /* SSL information */
        char            *ssl_key;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to