minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

MySQLi DB Interface #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've dropped mysql from my php install and went with mysqli. Sadly FOF
isn't mysqli compatible. So I rewrote the fof-db.php file to use mysqli_
functions.

Sadly, this isn't just a "drop in and replace mysql_ with mysqli_" kind of
procedure. The i version of functions swaps some parameters around, and the
escaping sequence requires more arguements as well.

I've attached the revised fof-db.php -- obviously, you can't just
substitute this in as then all mysql_ clients would break, but perhaps it
will server as a useful function some other way.

Original issue reported on code.google.com by min...@gmail.com on 23 Feb 2008 at 10:39

Attachments: