mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Adds support to collection using memcache.
This is the initial support to collections using memcache.
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
<ClCompile Include="..\apache2\msc_lua.c" />
|
||||
<ClCompile Include="..\apache2\msc_multipart.c" />
|
||||
<ClCompile Include="..\apache2\msc_parsers.c" />
|
||||
<ClCompile Include="..\apache2\msc_persistent_memcache.c" />
|
||||
<ClCompile Include="..\apache2\msc_pcre.c" />
|
||||
<ClCompile Include="..\apache2\msc_release.c" />
|
||||
<ClCompile Include="..\apache2\msc_reqbody.c" />
|
||||
@@ -209,4 +210,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user