kaffa / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Update to PDO #341

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
PHP 5.5 will deprecate classic MySQL extension. This makes it a great time to 
(finally) update to PDO.

This would (in small steps) grow into an actual database adapter interface, and 
in long term to RDBMS independence.

For now, the to-do list would include;

- Investigate current code base.
- Try out stuff by (simply) swapping MySQL functions to PDO.
- Introduce modern database adapter and abstraction layers.
- Turn the current procedural layer to a wrapper.

Original issue reported on code.google.com by jukka.m.svahn on 15 Dec 2012 at 9:02