mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix [-Wundef] warnings in LDAP extension
This commit is contained in:
parent
f717ec608d
commit
046ff29958
3 changed files with 44 additions and 44 deletions
|
@ -209,7 +209,7 @@ function ldap_control_paged_result($link, int $pagesize, bool $iscritical = fals
|
|||
function ldap_control_paged_result_response($link, $result, &$cookie = null, &$estimated = null): bool {}
|
||||
#endif
|
||||
|
||||
#if (LDAP_API_VERSION > 2000) || HAVE_ORALDAP
|
||||
#if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP)
|
||||
/** @param resource $link_identifier */
|
||||
function ldap_rename($link_identifier, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn, array $servercontrols = []): bool {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue