trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
108 stars 78 forks source link

PHP8 compatibility #52

Closed colenot closed 2 years ago

colenot commented 2 years ago

As PHP7.4 is becoming unsupported later this year, can Jobe be updated to work with php8 ?

Here is the error we get for each call (including testsubmit.py) :

Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated

Filename: libraries/REST_Controller.php

Line Number: 1050

trampgeek commented 2 years ago

Thanks for reporting. I just pushed an update. Sorry about the delay in fixing but I didn't have a PHP8 system at the time and was busy with teaching.