|
Posted by yazwas on 04/14/07 12:34
Hello everyone,
I' have added some functionality to my sqlite3, and I want to use it
with php, I found out that there is php_pdo_sqlite_external.dll that
enables me to use my own version of sqlite3.dll without rebuilding
extension, but I cant figure out how,
I've done thes steps, but I think something is missing
1- Added extension=php_pdo_sqlite_external.dll to the php.ini file
2- Commented out the extension=php_pdo_sqlite.dll line
3- Added sqlite3.dll to php root directory
Restarted the apache server, but it keeps giving me driver not found
exception,
so I don't know what is missing if any, or the whole thing I'm doing
it is wrong, if anyone has any suggestions,
Thanks for your time,
Yazan
Navigation:
[Reply to this message]
|