-
-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: php-runtime/frankenphp-symfony
base: 0.1.1
head repository: php-runtime/frankenphp-symfony
compare: main
- 10 commits
- 6 files changed
- 5 contributors
Commits on Oct 30, 2023
-
frankenphp-symfony: call gc_collect_cycles() after handling request (…
…#142) Triggering the garbage collector after the request has been handled and when the worker may be idle prevents the garbage collection from being randomly done in the middle of the handling of a request (which delays the delivery of the HTTP response). Another option, that is done by Laravel Octone, is to trigger the GC when a configurable amount of memory has been consumed instead of after every request. I think this patch is good enough for FrankenPHP as usually many workers will be available.
Configuration menu - View commit details
-
Copy full SHA for 2a952fe - Browse repository at this point
Copy the full SHA 2a952feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7539a9 - Browse repository at this point
Copy the full SHA d7539a9View commit details -
frankenphp-symfony: perf improvement (#148)
Backport of some micro-optimizations by @francislavoie laravel/octane#764 (comment) --------- Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19b7bc3 - Browse repository at this point
Copy the full SHA 19b7bc3View commit details -
frankenphp-symfony: tiny refactoring (#151)
Tiny refactoring as suggested in php-runtime/runtime#148 (comment)
Configuration menu - View commit details
-
Copy full SHA for 1339d2d - Browse repository at this point
Copy the full SHA 1339d2dView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d66150d - Browse repository at this point
Copy the full SHA d66150dView commit details
Commits on Dec 12, 2023
-
frankenphp: don't stop the worker script even if a connection with a …
…client is aborted (#155) See dunglas/frankenphp#316 and dunglas/frankenphp#310 (comment).
Configuration menu - View commit details
-
Copy full SHA for 5a16ebb - Browse repository at this point
Copy the full SHA 5a16ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bc258 - Browse repository at this point
Copy the full SHA b3bc258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56822c3 - Browse repository at this point
Copy the full SHA 56822c3View commit details
Commits on Jun 14, 2024
-
frankenphp: break loop when loopMax is reached (#174)
Fixes the issue that the loop doesn't exist when `$loopMax` is reached, but `$loopMax+1`. Please refer to php-runtime/runtime#173 for details.
Configuration menu - View commit details
-
Copy full SHA for 38a5dfa - Browse repository at this point
Copy the full SHA 38a5dfaView commit details
Commits on Dec 3, 2024
-
[FrankenPHP] Add Xdebug support (#179)
Use the new [`xdebug_connect_to_client()`](https://xdebug.org/docs/all_functions#xdebug_connect_to_client) function if available to allow debugging with Xdebug in worker mode.
Configuration menu - View commit details
-
Copy full SHA for 34b8c25 - Browse repository at this point
Copy the full SHA 34b8c25View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.1...main