Welcome Guest, Not a member yet? Register   Sign In
DB query caching and php 7.2
#2

(This post was last modified: 12-23-2017, 09:04 AM by dave friend.)

Are you sure this is wise? It seems you could royally mess up the QB caching mechanism with that change.

Also consider that the "Error" is only a warning, and as such, it does not stop script execution. count() still returns an integer value of zero as it always has when NULL is passed as an argument. In a production environment where the PHP warning should not be displayed there will be no consequences.

The question I have for you is: What is the query that creates that condition? I suspect that's where the real problem is.
Reply


Messages In This Thread
DB query caching and php 7.2 - by abonajd - 12-21-2017, 10:57 AM
RE: DB query caching and php 7.2 - by dave friend - 12-23-2017, 08:59 AM
RE: DB query caching and php 7.2 - by abonajd - 12-26-2017, 01:19 PM
RE: DB query caching and php 7.2 - by skunkbad - 12-26-2017, 02:19 PM
RE: DB query caching and php 7.2 - by abonajd - 12-26-2017, 03:55 PM
RE: DB query caching and php 7.2 - by skunkbad - 12-26-2017, 08:24 PM
RE: DB query caching and php 7.2 - by Narf - 01-02-2018, 09:18 AM
RE: DB query caching and php 7.2 - by abonajd - 12-27-2017, 08:48 AM
RE: DB query caching and php 7.2 - by InsiteFX - 12-28-2017, 05:12 AM
RE: DB query caching and php 7.2 - by abonajd - 12-28-2017, 07:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB