Invalid library (maybe not a PHP library) : Error while loading

--001636b2ac6afde81204727b2dae
Content-Type: text/plain; charset=ISO-8859-1

Hello,

On Loading my PDO-interface based extension, PHP gives the error:

"PHP: Startup: Invalid library (maybe not a PHP library) 'php_pdo_xyz.dll in
unknow on line 0 "

I wrote a PDO-based driver, modelling the code on lines of SQLite driver.
Compiled my driver as dll with VC9.0, added the extension to php.ini. on
running PHP,
I get the above error while loading extension.

To crossCheck my dll: I used DependencyWalker tool to see if I have missed
some Dll,
I find that tools seems to find my Dll fine.
The output list of Dll pdependancies of my driver-Dll looks exactly like
that of php_pdo_sqlite.dll

Please let me know, where could be the potential problem.

thanks,
-sanjeev kumar

--001636b2ac6afde81204727b2dae--
Sanjeev Kumar [ Di, 01 September 2009 04:48 ] [ ID #2014277 ]

Re: Invalid library (maybe not a PHP library) : Error while loading pdo-ext.

Hi

you would do better to raise these issues on the internals lists, either
internals [at] lists.php.net or internals-win [at] lists.php.net

--
Niel Archer
niel.archer (at) blueyonder.co.uk



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Niel Archer [ Di, 01 September 2009 05:04 ] [ ID #2014278 ]
PHP » gmane.comp.php.database » Invalid library (maybe not a PHP library) : Error while loading

Vorheriges Thema: PHP- Mysql problem
Nächstes Thema: newbie : For windows-target of PDO-DB-driver, CrossCompile or