| Package Information |
| Summary |
PHP Data Objects Interface |
| Maintainers |
Wez Furlong <wez@php.net> (lead) [details] Marcus Börger <helly@php.net> (lead) [wishlist] [details] Ilia Alshanetsky <ilia@prohost.org> (lead) [details] George Schlossnagle <george@omniti.com> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.
Read the documentation at http://www.php.net/pdo for more information. |
Release notes Version0.2 |
Note that PDO on its own is useless.
You need to install a PDO database driver to make use of it,
check http://pecl.php.net for a list of available PDO drivers.
It is highly recommended that you update to the latest stable PHP 5 snapshot
before using PDO.
You can obtain it from http://snaps.php.net.
If you are running on Windows, you should download:
http://snaps.php.net/win32/php5.0-win32-latest.zip
http://snaps.php.net/win32/PECL_5_0/php_pdo.dll
You can find additional PDO drivers at:
http://snaps.php.net/win32/PECL_5_0/ |