Re: Configure line of PHP 5.1 port

Ryan Schmidt <[email protected]> Wed, 30 Aug 2006 18:45:50 +0200
Newsgroups gmane.os.opendarwin.darwinports
Message-ID <[email protected]>
On Aug 30, 2006, at 18:35, Ant-1 wrote:

> Acutally, I'm not searching for a shared PDO, but for the sqlite  
> driver
> for version 3. I did not realize you disabled PECL and PEAR, so I
> thought havind PDO shared could be a bonus, but in fact all I need is
> the latest sqlite driver integrated to PDO. In my opinion, sqlite
> support and press coverage is growing, so it could be a default in the
> port. sqlite is a fine DB manager especially suitable for beginners  
> and
> small web apps creators.

The original request to add PDO support only requested MySQL and  
PostgreSQL PDO support, so that's what was added:

http://bugzilla.opendarwin.org/show_bug.cgi?id=6612

An in fact I only use MySQL so I'm not 100% sure that the PostgreSQL  
PDO support works. But I have no objection to adding SQLite PDO  
support. Would this require any additional ports, or is everything  
that's needed already built into the php5 source? If the former, we  
should add an sqlite variant; if the latter, we can include it in the  
defaults. In any case, please submit a bug report (as soon as the new  
MacPorts Trac system is up and running) for this feature request, so  
I don't forget it. And if you can also supply a patch to the portfile  
and a way for me to test the feature, that would be even better.