Re: [PHP-DB] How Do I Enter a Defect Against PHP ODBC Extension?

2015-07-10 Thread Chupaka
https://bugs.php.net/ -- Подпись: (добавляется в конце всех исходящих писем) 2015-07-08 21:25 GMT+03:00 Bruce Bailey : > I have discovered a defect in the PHP extension, odbc.so. Specifically the > function "odbc_fetch_array" is not properly handling boolean values from > postgresql on 64bit sy

[PHP-DB] PHP 5.6 OpenSSL changes and mysqli

2015-02-09 Thread Chupaka
Hello. Since 5.6, "all encrypted client streams now enable peer verification by default". The problem I faced is with MySQL connection: we're connecting to old MySQL server with self-signed certificate, and are using simple SSL connection without certificates: mysql_connect("address", "user", "p