compuphase / sphider-pdo

A simple search engine and spider in PHP
GNU General Public License v2.0
31 stars 15 forks source link

Use of mysql_xxx() functions #2

Closed PelNet closed 7 years ago

PelNet commented 7 years ago

With PHP7 becoming the default version on most platforms, are there any plans to drop the deprecated mysqlconnect() and similar functions from the codebase? The move to PDO is a great idea, but currently the files are still riddled with broken code. A quick fix might be to globally replace mysql with mysqli_ and fix the errors which would arise.