Re: [PDO] 5.3 and Sqlite in Shared Mode

[email protected] (Johannes Schlüter) Tue, 08 Jun 2010 12:49:22 +0200
Newsgroups php.pdo
Message-ID <1275994162.2243.13.camel@guybrush>
On Mon, 2010-06-07 at 23:05 +0200, Benjamin Eberlei wrote:
> indeed that does the trick, using --without-sqlite and adding
> --with-pdo-sqlite=shared,/usr and its working smoothly.

Please add a note about your working configuration to the bug report.

> Am I right that PDO has to be all dynamically or all statically linked
> (and mixing is not possible)..?

In theory it should be possible to have PDO core static built and
loading the individual drivers dynamically. Didn't test this for a long
time,though.

johannes