]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-mysql-charsetphpini.patch
- updated to 5.4.16
[packages/php.git] / php-mysql-charsetphpini.patch
index d3a2a64adb378171feda46dc84c797aa6585dfb9..cd3e132249dc939d076f5b901ee69e7e62a85db9 100644 (file)
 @@ -515,6 +517,7 @@
  {
        char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL;
-       int  user_len, passwd_len, host_len;
+       int  user_len = 0, passwd_len = 0, host_len = 0;
 +      char *connect_charset=NULL;
        char *hashed_details=NULL;
        int hashed_details_length, port = MYSQL_PORT;
-       int client_flags = 0;
+       long client_flags = 0;
 @@ -527,6 +530,7 @@