Tag Archives: pdo

How to install PHP PDO extensions on Debian Lenny

If you need to install PHP PDO extensions on Debian Lenny, its very simple. This is what I did to get it done: sudo aptitude install php5 php5-dev php5-cli libmysqlclient15-dev Then use pecl to get PDO: sudo pecl install pdo … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , | 5 Comments