mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
if (!extension_loaded('ldap')){
|
|
die('skip ldap extension not available');
|
|
}
|
|
?>
|