Menu

#56 php5.4 strict standard warning

open
nobody
None
5
2022-07-07
2011-11-26
Marcel S.
No

Usage on php5.4 gives the following warning;

PHP Strict Standards: Non-static method sqlite::getDbVersion() should not be called statically, assuming $this from incompatible context

Discussion

  • Anonymous

    Anonymous - 2012-11-21

    /include/sqlite.class.php
    function getDbVersion($fullPath){

    -> public static function getDbVersion($fullPath){

     
  • Max F.

    Max F. - 2022-07-07

    thanks for that patch which solved it for me. A few more I didn't find in the list of bugs:

     

    Last edit: Max F. 2022-07-08

Log in to post a comment.