php-runtime / runtime

A home for runtimes.
MIT License
396 stars 31 forks source link

frankenphp: break loop when loopMax is reached #174

Closed tamcy closed 3 months ago

tamcy commented 3 months ago

Fixes the issue that the loop doesn't exist when $loopMax is reached, but $loopMax+1. Please refer to https://github.com/php-runtime/runtime/pull/173 for details.

alexander-schranz commented 3 months ago

@tamcy Thank you for the contribution 👍 ! @dunglas Thx for the quick reviews.