The new PEAR package DBA-0.9.3 (beta) has been released at http://pear.php.net/.
Release notes
-------------
This release updates the driver constructors so that they call their base
class's constructors. This makes PEAR's virtual destructor system function
properly.
NOTE: The file driver appears to work incorrectly with the latest PHP CVS. I am
currently investigating the issue. For now, either use CVS from a few weeks
ago, or PHP up to 4.2.3.
Many of the functions that were included with the earlier developer releases,
such as the table manager and SQL parser, have been split into separate
packages to be released soon.
Package Info
-------------
DBA is a wrapper for the php DBA functions. It includes a file-based emulator
and provides a uniform, object-based interface for the Berkeley-style database
systems.
Related Links
-------------
Package home: http://pear.php.net/package-info.php?package=DBA
Changelog: http://pear.php.net/package-changelog.php?package=DBA
Download: http://pear.php.net/get/DBA-0.9.3.tgz
Authors
-------------
Brent Cook <busterb@xxxxxxxxxxxxxxx> (lead)
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|