Hi,

We both have LoggerAppenderAdodb which depends on the Adodb library [1] and LoggerAppenderDb which depends on PEAR::DB [2].

I think it's time to update our database appenders to some more reasonable back-ends. PEAR::DB in example is not being updated anymore and since the last version of log4php we now have PDO [3] which would be a more natural choice for us.

Initially I would suggest to at least create a LoggerAppenderPDO and maybe remove LoggerAppenderAdodb and LoggerAppenderDb. Any opinions?

Knut

[1] http://adodb.sourceforge.net
[2] http://pear.php.net/package/DB
[3] http://php.net/pdo

Reply via email to