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
fix(hot-reloader): disable zlib compression with falsey value
- set `zlib.output_compression` to 0 instead of Off at runtime
- document the HotReloader fix
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.7.3.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Bugs Fixed
45
45
- **Database:** Fixed a bug where ``BaseConnection::listTables()`` could return a sparse array when using cached table names after a table was dropped.
46
46
- **Database:** Fixed a bug where the PostgreSQL driver's ``increment()`` and ``decrement()`` methods were not working for numeric columns.
47
47
- **Database:** Fixed a bug where the SQLSRV driver's decrement method was adding instead of subtracting the decrement value when ``$castTextToInt`` was false.
48
+
- **HotReloader:** Fixed a bug where disabling ``zlib.output_compression`` could leave a truthy ``Off`` runtime value that caused later requests in long-running workers to fail the output-buffer guard.
48
49
- **Kint:** Fixed a bug where stale Content Security Policy nonces were reused in worker mode, causing browser CSP violations for Debug Toolbar assets.
49
50
- **Language:** Fixed a bug where ``Language::getLine()`` returned the literal dot-notation key instead of the nested array value when the requested key resolved to an intermediate array three or more levels deep.
50
51
- **Toolbar:** Fixed a bug where the Logs collector raised an undefined property error when using a third-party PSR-3 logger.
0 commit comments