mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
44a311dbbe
* mysqli_commit $flags default value is 0, not -1. * A number of functions cannot actually return null. * mysqli_poll parameter names were incorrect, as this function has a different signature from select. * fetch functions apart from fetch_all can return false on failure.