Is PDO supported by all PHP servers?
Posted: Thu Aug 14, 2008 3:33 am
Hello there,
I am working on a script, which requires people to have at least PHP 5.1.3. So PDO comes within the PHP release, but is it loaded on all PHP servers? Do you think it's wise to use PDO in PHP 5.1.3+ powered project? Should I provide an alternative choice for my own database abstraction layer which implements all major SQL languages?
I am working on a script, which requires people to have at least PHP 5.1.3. So PDO comes within the PHP release, but is it loaded on all PHP servers? Do you think it's wise to use PDO in PHP 5.1.3+ powered project? Should I provide an alternative choice for my own database abstraction layer which implements all major SQL languages?