moosh icon indicating copy to clipboard operation
moosh copied to clipboard

PHP 7.4.3 Deprecated Warnings - strpos()

Open bencellis opened this issue 3 years ago • 0 comments

  • moosh version: 0.29
  • moodle version: 3.11
    • database: mariadb
  • php version: 7.4.3
  • operating system: Ubuntu 20.04

Actual behaviour

PHP Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /home/benjamin/development/moodle-repo/moosh-master/moosh.php on line 105 PHP Stack trace: PHP 1. {main}() /home/benjamin/development/moodle-repo/moosh-master/moosh.php:0 PHP 2. strpos() /home/benjamin/development/moodle-repo/moosh-master/moosh.php:105

Expected behaviour

Steps to reproduce

run moosh

bencellis avatar Dec 23 '21 12:12 bencellis