darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

PHP 8.1: Switch MySQLi interface to use exceptions #25

Open darkain opened 3 years ago

darkain commented 3 years ago

This is the default in PHP 8.1, but we should be doing this anyways

https://github.com/php/php-src/blob/php-8.1.0beta2/UPGRADING#L101