mikecao / sparrow

A simple database toolkit for PHP
MIT License
289 stars 68 forks source link

mysql_* functions are depreciated and will be removed in future. #19

Closed givik closed 8 years ago

givik commented 8 years ago

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in Sparrow.php on line 622.

mikecao commented 8 years ago

Sparrow supports both mysqli and PDO already. Just use whatever is available on your system. The original mysql functions are there to support older systems.

givik commented 8 years ago

Thanks. I see :+1: