sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
334 stars 174 forks source link

Migrate from ADODB to PDO #213

Open Groruk opened 7 years ago

CrazyHackGUT commented 7 years ago

This is nice idea. What will be used? PDO?

Groruk commented 7 years ago

214 yes

CrazyHackGUT commented 7 years ago

Nice! I'll maybe try switch from ADOdb to PDO and create pull request for this repo.

Groruk commented 7 years ago

I'm already working on it

CrazyHackGUT commented 7 years ago

Oh, ok.

Hazbelll commented 7 years ago

Out of curiosity, how come this is no longer part of the (Initial) 1.6.0 release?

Groruk commented 7 years ago

Tbh I have done most of the updates from ADODB to PDO here, but I also encountered some strange behavior of PDO with SourceBans++ (these are mostly easy to fix, but I want to release 1.6.0 as fast as possible because of all the security fixes). That's why I postponed the migration to PDO for a later release.

Hazbelll commented 7 years ago

Ah, alright. Makes sense. Thanks for the clarification.