Yep, stick them in ext and either load them from php.ini or through dl().
php_pdo.dll must be loaded before the other pdo dlls.
Thanks :)
--Wez.
Shouldn't the new PHP 5.1 feature (that loads extensions by order) handle that?
Nuno
Yep, stick them in ext and either load them from php.ini or through dl().
php_pdo.dll must be loaded before the other pdo dlls.
Thanks :)
--Wez.