ADODB_Session class under PHP 5 throws warnings when PHP E_STRICT error reporting mode is enabled. Warnings say smth like:
Strict standards: Non-static method ADODB_Session::sess_open() cannot be called statically in /mnt/hgfs/htdocs/oxideshop/eshop/source/core/adodblite/session/adodb-session.php on line 207
Reproductable by:
//first connect to mysql
//then:
error_reporting(E_ALL |...
2009-05-14 15:47:34 UTC in ADOdb Lite