PHP7
Closed this issue · 0 comments
mallorydxw commented
Made a ticket because there's a test that needs uncommenting when PHP7 happens, and I don't want to forget.
- Wait for all our production servers to be migrated to PHP7
- Remove
5.5
/5.6
from .travis.yml - Uncomment a test in
tests/registrar_test.php
that triggers fatal errors in older versions of PHP - Hunt for instances of
function (/* string */ $s)
- Add types in places that don't have them