index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
ldap
/
tests
/
skipif.inc
blob: d3494284b0ea97f2cc8de7aef68f276fbf72abc7 (
plain
)
1
2
3
4
5
<
?php
if
(
!extension_loaded
(
'ldap'
)){
die
(
'skip ldap extension not available'
)
;
}
?
>