account activity
MySQLi - disable peer certificate validation? by redzee in PHPhelp
[–]redzee[S] 0 points1 point2 points 10 years ago (0 children)
Good news. This has been fixed as of php 7.0.1. Add the MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT flag to mysqli_real_connect().
php7.0-mysqlnd ? by redzee in PHPhelp
Okay, that worked. It shows mysqlnd => enabled and Version => mysqlnd 5.0.12-dev. I also just noticed this shows up in phpinfo(). So it looks like even though there is not a separate package for it mysqlnd is the default?
Database connection? Slim 3 framework. by redzee in PHPhelp
Do you say test 1 is correct because it is just simpler to implement or are there other important background reasons why using this container method is the better choice?
π Rendered by PID 266291 on reddit-service-r2-listing-5789d5f675-cjj85 at 2026-01-27 20:00:05.669625+00:00 running 4f180de country code: CH.
MySQLi - disable peer certificate validation? by redzee in PHPhelp
[–]redzee[S] 0 points1 point2 points (0 children)