1EdTech / LTI-Tool-Provider-Library-PHP

Apache License 2.0
68 stars 74 forks source link

DatabaseConnector_mysql uses deprecated PHP MySQL extension. #1

Closed austindunn closed 8 years ago

austindunn commented 8 years ago

The DatabaseConnector_mysql class, located inside src/ToolProvider/DataConnector, uses the mysql extension, no longer allowed by PHP. This should be updated to use the improved mysqli extension. More info here: http://php.net/manual/en/book.mysqli.php

spvickers commented 8 years ago

This is just one of the options available for this library - another already provided is for PDO connections. More will be added later.