e-sites / php-mysql-mysqli-wrapper

MIT License
98 stars 40 forks source link

Update mysql.php #11

Closed matteobaccan closed 4 years ago

matteobaccan commented 4 years ago

After PHPStan analysis:

1) mysql_get_client_info : use global resource link 2) mysqli_free_result : have a void return and mysql_free_result a bool return. These functions have not a compatible return. Changed to TRUE the result