I am newbie in PHP. A PHP was migrated today from 5.3.3 to 5.4.4 version (Debian Squeeze to Debian Wheezy) and, after this, I get this error from Apache log :
> PHP Warning: Illegal string offset 'phptype' in xyz
The line is:
self::$conn[$dsn['phptype']] = $mdb2;
I need help to restore the system.