php_pdo_sqlite_external.dll question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yazwas

    php_pdo_sqlite_external.dll question

    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_p do_sqlite_exter nal.dll to the php.ini file
    2- Commented out the extension=php_p do_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

Working...