From 8d3a2a4a12faf0532ead100180dd1224781058f3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 11 Jun 2019 15:47:01 +0200 Subject: [PATCH] Remove ext/ldap/tests/bug76248.phpt I wasn't able to make this test work reliably in CI, and the thing it's testing does not seem worth spending more time on it. --- ext/ldap/tests/bug76248.phpt | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 ext/ldap/tests/bug76248.phpt diff --git a/ext/ldap/tests/bug76248.phpt b/ext/ldap/tests/bug76248.phpt deleted file mode 100644 index 22c873f717..0000000000 --- a/ext/ldap/tests/bug76248.phpt +++ /dev/null @@ -1,41 +0,0 @@ ---TEST-- -Bug #76248 (Malicious LDAP-Server Response causes Crash) ---SKIPIF-- - ---FILE-- - ---EXPECT-- -array(2) { - ["count"]=> - int(1) - [0]=> - array(2) { - ["count"]=> - int(0) - ["dn"]=> - NULL - } -} -- 2.40.0