diff options
author | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:45:38 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:45:38 +0000 |
commit | 2fffc2b06cbf516b234f558dc240d3e54457afc5 (patch) | |
tree | 4984a6b0d28be52c556c1f866c3fcaaca8e9a733 /ext/ldap | |
parent | 0e2af69d5540fbab2ad52786e7ef1e659454e0c7 (diff) | |
download | php-git-2fffc2b06cbf516b234f558dc240d3e54457afc5.tar.gz |
fix test
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/tests/bug48696.phpt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/ldap/tests/bug48696.phpt b/ext/ldap/tests/bug48696.phpt index 3cef186a33..8d25b67236 100644 --- a/ext/ldap/tests/bug48696.phpt +++ b/ext/ldap/tests/bug48696.phpt @@ -1,5 +1,10 @@ --TEST-- Bug #48696 (ldap_read() segfaults with invalid parameters) +--SKIPIF-- +<?php +require_once('skipif.inc'); +require_once('skipifbindfailure.inc'); +?> --FILE-- <?php |