I need to make some corrections on the firebird pdo documentation
http://www.php.net/manual/en/ref.pdo-firebird.php
pdo firebird is not marked experimental anymore in 5.4 branch for example
http://www.firebirdnews.org/?p=6619
sudo pear install doc.php.net/phd_php
Did not download optional dependencies: phpdocs/PhD_PEAR, phpdocs/PhD_IDE,
use --alldeps to download automatically
phpdocs/PhD_PHP can optionally use PHP extension "haru"
phpdocs/PhD requires PHP extension "sqlite3"
phpdocs/PhD can optionally use package "phpdo
On Tue, Aug 21, 2012 at 3:23 PM, Alexey Shein wrote:
> Hi, this is key line of your message:
>
> 2012/8/21 marius adrian popa :
> > phpdocs/PhD requires PHP extension "sqlite3"
>
>
sudo apt-get install php5-sqlite did the trick
>
>
I will start with Interbase/Firebird functions cleanup
also in the header i think we can remove the reference to php 4 like below
PHP 4 >= 4.2.0,
In fact also PHP5 can be removed , we all are on php5 already
http://www.php.net/manual/en/function.ibase-delete-user.php
On Fri, Mar 8, 2013 at 2:2