bozoh / moodle-mod_simplecertificate

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README
17 stars 46 forks source link

Bitwise shifts in PHP7 #188

Closed 2shediac closed 6 years ago

2shediac commented 6 years ago

Hi - in a previous posting you indicated that the error that we found Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0.

This occurs in lib/fpdi/filters/FilterLZW.php line 147.

will be fixed in the next version of the library - do you have a release time line for this?

Or can we send you a patch until you get the updated version of the library?

Thanks

bozoh commented 6 years ago

This is a 3th party lib, not mine, it's old, and i this is will be removed in the next version. Moodle has added this lib in yours code base, so no need to add this in the plugins code base anymore