diff options
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index bbcc72ad..0adf020d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -66,44 +66,45 @@ rather than a document root directory to be prepended to the request URI. <change type="feature"> <para> -variables support in the "share" option. +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. </para> </change> <change type="feature"> <para> -multiple paths in the "share" option. +variables support in the "share" option. </para> </change> <change type="feature"> <para> -variables support in the "chroot" option. +multiple paths in the "share" option. </para> </change> <change type="feature"> <para> -automatic adjustment of existing configurations to the new "share" behavior -when updating from previous versions. +variables support in the "chroot" option. </para> </change> <change type="feature"> <para> -request routing by the query string. +PHP opcache is shared between application processes. </para> </change> <change type="feature"> <para> -PHP opcache is shared between application processes. +request routing by the query string. </para> </change> <change type="bugfix"> <para> -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. </para> </change> @@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured. <change type="bugfix"> <para> -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. </para> </change> |