On Sat, Mar 3, 2012 at 9:28 AM, Aleksandar Lazic <al-roundcube...@none.at> wrote: > Hi, > > On 02-03-2012 18:31, A.L.E.C wrote: >> On 03/02/2012 06:05 PM, Aleksandar Lazic wrote: >> >>> PHP 5.4.0 released! >>> ERROR: >>> [02-Mar-2012 17:36:49 +0100]: IMAP Error: rcube::imap_init(true) is >>> deprecated, use rcube::imap_connect() instead in >>> /home/phpapps/installed/rc06rc/program/include/rcmail.php on line >>> 639 >>> (GET /rc06rc/?_task=settings&_action=plugin.serverinfo) >> >> Change error_reporting in iniset.php from >> ini_set('error_reporting', E_ALL&~E_NOTICE); >> to >> ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); > > Thanks, rc works now ;-) > It 'feels' faster, but this is of course subjective. > > Are there any plans to be strict compatible? > >>> Is it worth to try to migrate from MDB2 to PDO, would you accept >>> such >>> patches? >> >> Maybe. I don't like MDB2 because of it's bugs and slow (lack of) >> development (and no stable release). However, I'm also not sure about >> PDO's quality. > > I don't now what you mean with 'PDO quality', I think you know that pdo > is part of > PHP and is maintained with php cykles > > www.php.net/ChangeLog-5.php
Maybe we can use the Doctrine2 DBAL. Takes the pain away from straight PDO. But that means 5.3 and last time I asked people didn't want that. ;( Till _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/8f4f07cd