|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-11 21:21 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 11:00:01 2025 UTC |
Description: ------------ After upgrading from 5.1.2 to 5.1.6, Pear DB starting failing due to a static call to a non-static method, which should be an E_STRICT (according to the documentation). The error reporting level remains unchanged at E_ALL, which should not include E_STRICT errors. Reverting back to PHP 5.1.2 cause the problem to go away. This is reproducable on a few specific pages we have, but not all of our queries fail, though all of them should flow through the same codepath. Disabled APC, did not change anything. Actual result: -------------- generateErrorString("Non-static method DB::isManip() should not be called statically, assuming $this from incompatible context", "/home/site/overpitch.com/release/current/lib/DB -1.7.6/DB/mysql.php", 300) /home/site/overpitch.com/release/current/lib/DB-1.7.6/DB/mysql.php:300 debug_php_error(2048, "Non-static method DB::isManip() should not be called statically, assuming $this from incompatible context", "/home/site/overpitch.com/release/current/lib/ DB-1.7.6/DB/mysql.php", 300, Array(1)) /home/site/overpitch.com/release/current/lib/DB-1.7.6/DB/common.php:1203 DB_mysql->simpleQuery("SELECT ...