Home
last modified time | relevance | path

Searched refs:ldap (Results 1 – 25 of 51) sorted by relevance

123

/PHP-5.5/ext/ldap/
H A Dconfig.w324 ARG_WITH("ldap", "LDAP support", "no");
8 …if (CHECK_HEADER_ADD_INCLUDE("ldap.h", "CFLAGS_LDAP", PHP_PHP_BUILD + "\\include\\openldap;" + PHP…
11 CHECK_LIB("ssleay32.lib", "ldap", PHP_LDAP) &&
12 CHECK_LIB("libeay32.lib", "ldap", PHP_LDAP) &&
13 CHECK_LIB("oldap32_a.lib", "ldap", PHP_LDAP) &&
14 CHECK_LIB("olber32_a.lib", "ldap", PHP_LDAP)&&
15 CHECK_LIB("libsasl.lib", "ldap", PHP_LDAP)) {
16 EXTENSION('ldap', 'ldap.c');
27 WARNING("ldap not enabled; libraries and headers not found");
H A Dphp_ldap.h36 PHP_MINIT_FUNCTION(ldap);
37 PHP_MSHUTDOWN_FUNCTION(ldap);
38 PHP_MINFO_FUNCTION(ldap);
40 ZEND_BEGIN_MODULE_GLOBALS(ldap)
43 ZEND_END_MODULE_GLOBALS(ldap)
H A Dconfig.m46 if test -f $1/include/ldap.h; then
10 elif test -f $1/include/umich-ldap/ldap.h; then
12 LDAP_INCDIR=$1/include/umich-ldap
14 elif test -f $1/ldap/public/ldap.h; then
16 LDAP_INCDIR=$1/ldap/public
30 if test -f $OCISDKRPMINC/ldap.h; then
35 elif test -f $1/sdk/include/ldap.h; then
87 PHP_ARG_WITH(ldap,for LDAP support,
88 [ --with-ldap[=DIR] Include LDAP support])
95 PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,-DLDAP_DEPRECATED=1)
[all …]
H A Dldap.c89 ZEND_GET_MODULE(ldap) in ZEND_GET_MODULE() argument
303 LDAP *ldap; in PHP_FUNCTION() local
361 ld->link = ldap; in PHP_FUNCTION()
960 LDAP *ldap; in PHP_FUNCTION() local
975 ldap = ld->link; in PHP_FUNCTION()
2047 LDAP *ldap; in PHP_FUNCTION() local
2055 ldap = NULL; in PHP_FUNCTION()
2588 LDAP *ldap; in PHP_FUNCTION() local
2598 ldap = NULL; in PHP_FUNCTION()
2636 if (ldap) { in PHP_FUNCTION()
[all …]
H A Dldap.dsp7 CFG=ldap - Win32 Debug_TS_SSL
11 !MESSAGE NMAKE /f "ldap.mak".
16 !MESSAGE NMAKE /f "ldap.mak" CFG="ldap - Win32 Debug_TS_SSL"
38 !IF "$(CFG)" == "ldap - Win32 Release"
255 # Name "ldap - Win32 Release"
256 # Name "ldap - Win32 Debug"
257 # Name "ldap - Win32 Debug_TS"
258 # Name "ldap - Win32 Release_TS"
260 # Name "ldap - Win32 Debug_TS SASL"
262 # Name "ldap - Win32 Debug_TS_SSL"
[all …]
/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_variation.phpt21 $link = ldap_connect("ldap://$host:$port");
25 $link = ldap_connect("ldap://$host");
34 resource(%d) of type (ldap link)
35 resource(%d) of type (ldap link)
36 resource(%d) of type (ldap link)
37 resource(%d) of type (ldap link)
38 resource(%d) of type (ldap link)
H A Dskipif.inc2 if (!extension_loaded('ldap')){
3 die('skip ldap extension not available');
H A Dldap_search_variation6.phpt49 resource(%d) of type (ldap result)
51 resource(%d) of type (ldap result)
216 resource(%d) of type (ldap result)
218 resource(%d) of type (ldap result)
230 resource(%d) of type (ldap result)
232 resource(%d) of type (ldap result)
H A Dldap_connect_error.phpt7 ldap.max_links=1
16 var_dump(ldap_connect("ldap://$host:$port/dc=my-domain,dc=com"));
H A Dldap_search_variation5.phpt44 resource(%d) of type (ldap result)
65 resource(%d) of type (ldap result)
86 resource(%d) of type (ldap result)
H A Dbug48441.phpt42 resource(%d) of type (ldap result)
97 resource(%d) of type (ldap result)
116 resource(%d) of type (ldap result)
H A Dbug48696.phpt15 Warning: ldap_read(): supplied argument is not a valid ldap link resource in %s on line %d
H A Dldap_connect_basic.phpt17 resource(%d) of type (ldap link)
H A Dldap_search_variation3.phpt40 resource(%d) of type (ldap result)
89 resource(%d) of type (ldap result)
H A Dldap_control_paged_results_variation3.phpt40 resource(%d) of type (ldap result)
79 resource(%d) of type (ldap result)
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_free_result_error.phpt18 Warning: ldap_free_result(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_get_attributes_error.phpt21 Warning: ldap_get_attributes(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_get_dn_error.phpt21 Warning: ldap_get_dn(): supplied resource is not a valid ldap result entry resource in %s on line %d
H A Dldap_count_entries_error.phpt21 Warning: ldap_count_entries(): supplied resource is not a valid ldap result resource in %s on line …
H A Dldap_first_entry_basic.phpt30 resource(%d) of type (ldap result entry)
H A Dldap_first_entry_error.phpt25 Warning: ldap_first_entry(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_next_entry_error.phpt25 Warning: ldap_next_entry(): supplied resource is not a valid ldap result entry resource in %s on li…
H A Dldap_next_reference_error.phpt25 Warning: ldap_next_reference(): supplied resource is not a valid ldap result entry resource in %s o…
/PHP-5.5/win32/
H A Dphp_modules.dsw210 Project: "ldap"=..\ext\ldap\ldap.dsp - Package Owner=<4>

Completed in 33 milliseconds

123