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. On Thu, 10 Feb 2005 18:31:16 +0000 (GMT), Philip Olson <[EMAIL PROTECTED]> wrote: > > Does that point to http://snaps.php.net/win32/PECL_5_0/ ? > > Could it? > > It does now! Also, could you explain what Windows users need > to do with the other PDO DLL's? Like php_pdo_mysql.dll, > php_pdo_odbc.dll, etc. Just stick them in their ext folder > and calling on said DB will load them at runtime? > > Regards, > Philip > > > > On Thu, 10 Feb 2005 17:23:58 -0000, Philip Olson <[EMAIL PROTECTED]> wrote: > > > philip Thu Feb 10 12:23:58 2005 EDT > > > > > > Modified files: > > > /phpdoc/en/reference/pdo reference.xml > > > Log: > > > Also refer Windows users to snaps (for recent DLL) > > > > > > http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.16&r2=1.17&ty=u > > > Index: phpdoc/en/reference/pdo/reference.xml > > > diff -u phpdoc/en/reference/pdo/reference.xml:1.16 > > > phpdoc/en/reference/pdo/reference.xml:1.17 > > > --- phpdoc/en/reference/pdo/reference.xml:1.16 Wed Feb 9 23:30:50 2005 > > > +++ phpdoc/en/reference/pdo/reference.xml Thu Feb 10 12:23:58 2005 > > > @@ -1,5 +1,5 @@ > > > <?xml version='1.0' encoding='iso-8859-1'?> > > > -<!-- $Revision: 1.16 $ --> > > > +<!-- $Revision: 1.17 $ --> > > > <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of > > > phpdoc. --> > > > <reference id="ref.pdo"> > > > <title>PDO Functions</title> > > > @@ -62,7 +62,8 @@ > > > <para> > > > Windows users can download the extension DLL > > > <filename>php_pdo.dll</filename> > > > as part of the PECL collection binaries from > > > - <ulink url='&url.php.downloads;'>&url.php.downloads;</ulink>. > > > + <ulink url='&url.php.downloads;'>&url.php.downloads;</ulink> or a > > > more > > > + recent version from <ulink > > > url="&url.php.snapshots;">&url.php.snapshots;</ulink>. > > > </para> > > > </step> > > > <step> > > > > > > >