You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design behind this component makes it very hard to port it to later PHP 8.2 versions and newer: likely scrapping it, or going back to the drawing board with it.
Measuring memory before/after from a high-level perspective is insufficient: we may need to rely on an extension that counts allocations/deallocations instead.
The text was updated successfully, but these errors were encountered:
The design behind this component makes it very hard to port it to later PHP 8.2 versions and newer: likely scrapping it, or going back to the drawing board with it.
Measuring memory before/after from a high-level perspective is insufficient: we may need to rely on an extension that counts allocations/deallocations instead.
The text was updated successfully, but these errors were encountered: