Skip to content

Commit a5c6849

Browse files
committed
Add missing feature on php<=7.3
1 parent 4a7ca07 commit a5c6849

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

manifests/php.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ tests/:
1717
Test_API_Security_Sampling_Rate: irrelevant (new sampling algorithm implemented)
1818
Test_API_Security_Sampling_With_Delay: bug (APPSEC-58244)
1919
test_schemas.py:
20-
Test_Scanners: v1.11.0-dev
20+
Test_Scanners:
21+
'*': v1.11.0-dev
22+
apache-mod-7.0: missing_feature (Needs configuring apache to use auth_digest)
23+
apache-mod-7.0-zts: missing_feature (Needs configuring apache to use auth_digest)
24+
apache-mod-7.1: missing_feature (Needs configuring apache to use auth_digest)
25+
apache-mod-7.1-zts: missing_feature (Needs configuring apache to use auth_digest)
26+
apache-mod-7.2: missing_feature (Needs configuring apache to use auth_digest)
27+
apache-mod-7.2-zts: missing_feature (Needs configuring apache to use auth_digest)
28+
apache-mod-7.3: missing_feature (Needs configuring apache to use auth_digest)
29+
apache-mod-7.3-zts: missing_feature (Needs configuring apache to use auth_digest)
2130
Test_Schema_Request_Cookies: v0.94.0
2231
Test_Schema_Request_FormUrlEncoded_Body: v0.94.0
2332
Test_Schema_Request_Headers: v0.94.0

0 commit comments

Comments
 (0)