PHP 5.4 has been unsupported for nearly two years (see: EOL and Supported Versions). PHPLIB 1.2.0 will likely require PHP 5.5+ for generators, so this would be a good time to bump the requirement in the extension as well.
This task would entail:
- Bump the version requirement in package.xml
- Remove compatibility code for cursor iteration (see: Cursor.c and phongo_compat.h)
- Remove pre-5.5 SKIPIF checks in test files
- is related to
-
PHPC-1442 Remove support for PHP 5.6
- Closed
-
PHPLIB-279 Remove PHP 5.4 and add 7.1 and 7.2 to CI build matrix
- Closed