make 'oracles' feature backwards compatible with php 7.4 #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "cynic/4get:oracles-backcompat"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
adds implementations of
str_contains
andstr_starts_with
that are used if the functions are not already defined. this should enable 4get to work on both php 7.4 and php 8.*my instance is currently on 7.4.33, and you can see the oracles working here:
calc.php
encoder.php
numerics.php
time.php