Hi guys, I've just released phppdo-1.0RC1. From the readme: PHPPDO is a database abstraction layer over the current PHP database functions, which aim is to offer a migration path for new applications to the PDO classes presented in PHP 5.1. Why a migration path? Currently, most hosting providers offering a shared hosting do not include support for PDO in their PHP5 enabled web servers. That means most web developers are stuck with the old database functions and can't migrate to PDO. PHPPDO makes such a migration possible by providing a PDO-like API interface over the old database functions. After using PHPPDO, a migration to PDO afterwards is a matter of changing a single line of code (this can even be automatic, when the script detects PDO). Downloading PHPPDO http://sourceforge.net/project/showfiles.php?group_id=216242 For more info visit: http://www.devuni.com/forums/viewforum.php?f=24 Testers needed :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php