the ENGINE functions but the engine header files are missing.
[Cliff Woolley]
- *) Fix bug in mod_deflate, which was passing calling deflate()
- without checking first whether it has something to deflate. (Currently
- this causes deflate to generate a fatal error according to the
- zlib spec.) PR 22259. [Stas Bekman]
+ *) Fix mod_deflate so that it does not call deflate() without checking
+ first whether it has something to deflate. (Currently this causes
+ deflate to generate a fatal error according to the zlib spec.)
+ PR 22259. [Stas Bekman]
*) Avoid an infinite recursion, which occured if the name of an included
config file or directory contained a wildcard character. PR 22194.