diff options
| author | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:46:38 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:46:38 +0000 |
| commit | 6bb52c7b4d9495592e3d09605b48e7d8a2bdcdca (patch) | |
| tree | 76c6ce64c7ba8abff13d6946e94f39412829b915 | |
| parent | 599914a68d311e10ebfa2c8829c10e380f9ff950 (diff) | |
| download | php-git-6bb52c7b4d9495592e3d09605b48e7d8a2bdcdca.tar.gz | |
fix test
| -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 |
