#include "php.h"
#include "php_ini.h"
#include "Zend/zend_attributes.h"
#include <stddef.h>
#include "ext/standard/dl.h"
#include "php_ldap.h"
#include "ext/standard/info.h"
#include "ldap_arginfo.h"
Go to the source code of this file.
◆ PHP_LD_FULL_ADD
◆ PHP_LDAP_ESCAPE_DN
#define PHP_LDAP_ESCAPE_DN 0x02 |
◆ PHP_LDAP_ESCAPE_FILTER
#define PHP_LDAP_ESCAPE_FILTER 0x01 |
◆ VERIFY_LDAP_LINK_CONNECTED
#define VERIFY_LDAP_LINK_CONNECTED |
( |
| ld | ) |
|
Value:{ \
if (!ld->link) { \
zend_throw_error(
NULL,
"LDAP connection has already been closed"); \
RETURN_THROWS(); \
} \
}
Definition at line 221 of file ldap.c.
◆ VERIFY_LDAP_RESULT_OPEN
#define VERIFY_LDAP_RESULT_OPEN |
( |
| lr | ) |
|
Value:{ \
if (!lr->result) { \
zend_throw_error(
NULL,
"LDAP result has already been closed"); \
RETURN_THROWS(); \
} \
}
Definition at line 229 of file ldap.c.
◆ Z_LDAP_LINK_P
Value:
Definition at line 110 of file ldap.c.
◆ Z_LDAP_RESULT_ENTRY_P
Value:
Definition at line 192 of file ldap.c.
◆ Z_LDAP_RESULT_P
Value:
Definition at line 155 of file ldap.c.
◆ ldap_memvfree()
◆ PHP_FUNCTION() [1/35]
◆ PHP_FUNCTION() [2/35]
◆ PHP_FUNCTION() [3/35]
◆ PHP_FUNCTION() [4/35]
◆ PHP_FUNCTION() [5/35]
◆ PHP_FUNCTION() [6/35]
◆ PHP_FUNCTION() [7/35]
◆ PHP_FUNCTION() [8/35]
◆ PHP_FUNCTION() [9/35]
◆ PHP_FUNCTION() [10/35]
◆ PHP_FUNCTION() [11/35]
◆ PHP_FUNCTION() [12/35]
◆ PHP_FUNCTION() [13/35]
◆ PHP_FUNCTION() [14/35]
◆ PHP_FUNCTION() [15/35]
◆ PHP_FUNCTION() [16/35]
◆ PHP_FUNCTION() [17/35]
◆ PHP_FUNCTION() [18/35]
◆ PHP_FUNCTION() [19/35]
◆ PHP_FUNCTION() [20/35]
◆ PHP_FUNCTION() [21/35]
◆ PHP_FUNCTION() [22/35]
◆ PHP_FUNCTION() [23/35]
◆ PHP_FUNCTION() [24/35]
◆ PHP_FUNCTION() [25/35]
◆ PHP_FUNCTION() [26/35]
◆ PHP_FUNCTION() [27/35]
◆ PHP_FUNCTION() [28/35]
◆ PHP_FUNCTION() [29/35]
◆ PHP_FUNCTION() [30/35]
◆ PHP_FUNCTION() [31/35]
◆ PHP_FUNCTION() [32/35]
◆ PHP_FUNCTION() [33/35]
◆ PHP_FUNCTION() [34/35]
◆ PHP_FUNCTION() [35/35]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
ldap | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
ldap | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
ldap | | ) |
|
◆ ldap_module_entry
Initial value:= {
"ldap",
ext_functions,
}
#define PHP_MODULE_GLOBALS
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX
Definition at line 4316 of file ldap.c.