2009/9/16 Ruslan Yakushev <rusl...@microsoft.com>: > Never mind that. Resolved by enabling the php_sqlite3.dll extension in > php.ini file.
Thanks for the headsup. There was an missing extension dependency declaration so the PEAR installer never checked if you had the SQLite3 extension available. This has now been fixed in trunk and you will get an descriptive error message when trying to install PhD without SQLite3 enabled. -Hannes