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
Filesystem and PHP Watcher are now suggestions instead of dependencies. If they are required, then will be integrated. Otherwise, will be ignored or overwritten.
First version of multi-threading server + dropped php73 (#74)
- Added php8 as possibility + tests
- Added --workers flag when starting the server
--workers=1 // default behavior. Regular engine.
--workers=n // starting n threads listening to the same port
--workers=-1 // starting as many threads as phisical processes has
the host
- Workers do not work when starting the server as a watcher
- Added psalm + added some fixes
- dropped 7.3 support for new versions
Added sigterm + sigint signals to server (#69)
- It uses internally the kernel Shutdown event
- It forces the loop to stop
- Added --allowed-loop-stops server option. By default, none (0)
When upload_max_filesize was smaller than file (#68)
- It was crashing in a bad way
- Now, just ignores the file
- Added "views" as drift folder in adapter
Added StreamedRequest option (#67)
- Buffered request middleware is now only applied when we don't expect
chunked body parts
- Modified tests to keep having the same behavior than before, adding
possible stream in the request