From: Nikita Popov Date: Tue, 11 Jun 2019 13:47:01 +0000 (+0200) Subject: Remove ext/ldap/tests/bug76248.phpt X-Git-Tag: php-7.4.0alpha1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d3a2a4a12faf0532ead100180dd1224781058f3;p=php 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. --- 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 - } -}