tbaddade / redaxo_cheatsheet

🐣 REDAXO Cheatsheet
Other
24 stars 7 forks source link

countable-Notice mit PHP 7.2 #9

Closed alxndr-w closed 4 years ago

alxndr-w commented 6 years ago

kwT

tbaddade commented 6 years ago

Kuwait; Kleinwalsertal? Kannst du es genauer beschreiben bitte?

alxndr-w commented 6 years ago

In PHP 7.2 hat sich was geändert:

http://php.net/manual/de/migration72.incompatible.php An E_WARNING will now be emitted when attempting to count() non-countable types (this includes the sizeof() alias function).

Das Cheatsheet einfach unter PHP 7.2 installieren, dann kommt entsprechend eine Warnung im Backend.

tbaddade commented 6 years ago

Danke dir … ich schau es mir an

madiko commented 5 years ago

Habe heute die PHP-Version hochgesetzt ( 7-72STABLE // 7.2.11 ) und bekomme die Meldung auch: Warning: count(): Parameter must be an array or an object that implements Countable in redaxo/src/addons/cheatsheet/boot.php on line 49