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
Trebble factory exposes a single method: create() which is great when using SAPIs that support shutdown functions :) but causes a memory leak when the SAPI doesn't support shutdown functions. For example, FrankenPHP (disclosure: I'm a contributor on the project), doesn't support shutdown functions.
It would be great if the factory also exposed a a method that did the same thing as create() just without registering side-effects, so it could be used as such:
Trebble factory exposes a single method:
create()
which is great when using SAPIs that support shutdown functions :) but causes a memory leak when the SAPI doesn't support shutdown functions. For example, FrankenPHP (disclosure: I'm a contributor on the project), doesn't support shutdown functions.It would be great if the factory also exposed a a method that did the same thing as
create()
just without registering side-effects, so it could be used as such:The text was updated successfully, but these errors were encountered: