From 9b1dcc4aa618bf436cee4431a37122b82aca338c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 18 Nov 2021 15:48:02 +0300 Subject: [PATCH] Reordered changes for 1.26.0 by significance (subjective). --- docs/changes.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index bbcc72ad..0adf020d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -64,6 +64,13 @@ rather than a document root directory to be prepended to the request URI. + + +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. + + + variables support in the "share" option. @@ -84,8 +91,7 @@ variables support in the "chroot" option. -automatic adjustment of existing configurations to the new "share" behavior -when updating from previous versions. +PHP opcache is shared between application processes. @@ -95,15 +101,10 @@ request routing by the query string. - - -PHP opcache is shared between application processes. - - - -fixed building with glibc 2.34, notably Fedora 35. +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. @@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured. -the router and app processes could crash when the requests limit was reached -by asynchronous or multithreaded apps. +fixed building with glibc 2.34, notably Fedora 35.