Top Level :: Database
:: PDO
:: 0.2
PDO 0.2
Package Information |
Summary |
PHP Data Objects Interface. |
Maintainers |
Wez Furlong <
wez at php dot net >
(lead)
[details]
Marcus B?rger <
helly at php dot net >
(lead)
[wishlist]
[details]
Ilia Alshanetsky <
ilia at php dot net >
(lead)
[details]
George Schlossnagle <
george at omniti dot com >
(lead)
[wishlist]
[details]
|
License |
PHP |
Description |
Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.
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. |
Release notes
Version 0.2
(beta)
|
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/ |
|
Dependencies for release 0.2 |
|
|