That only handles statically compiled extensions.
PHP doesn't know about dynamic dependencies yet.
Besides, these docs are also for people running PHP 5.0.x and using
the PECL extensions.

On Thu, 10 Feb 2005 18:49:42 -0000, Nuno Lopes <[EMAIL PROTECTED]> wrote:
> > 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
> 
>

Reply via email to