> > 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?
I'm getting way offtopic but I hope this feature takes into account various unrelated "issues" such as the following notes: -- Windows users must enable both the php_mbstring.dll and php_exif.dll DLL's in php.ini. The php_mbstring.dll DLL must be loaded before the php_exif.dll DLL so adjust your php.ini accordingly. -- -- Crashes and startup problems of PHP may be encountered when loading the recode as extension after loading any extension of mysql or imap. Loading the recode before those extension has proved to fix the problem. This is due a technical problem that both the c-client library used by imap and recode have their own hash_lookup() function and both mysql and recode have their own hash_insert function. -- -- The IMAP extension cannot be used in conjuction with the recode, YAZ or Cyrus extensions. This is due to the fact that they both share the same internal symbol. -- Anyway, feel free to ignore me :) Regards, Philip