sebastianbergmann / recursion-context

Provides functionality to recursively process PHP variables
BSD 3-Clause "New" or "Revised" License
6.52k stars 18 forks source link

Incompatibility with PHP 5 in edge-case code path #10

Closed sebastianbergmann closed 6 years ago

sebastianbergmann commented 7 years ago

Branch 2.0 must be compatible with PHP 5.3 (see https://github.com/sebastianbergmann/recursion-context/blob/2.0/composer.json#L21) but uses PHP_INT_MIN and random_int() (see https://github.com/sebastianbergmann/recursion-context/blob/2.0/src/Context.php#L103) which were introduced in PHP 7.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.