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));

> 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.

-- 
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer  [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/8f4f07cd

Reply via email to