php-src/ext/ldap
Peter Kokot 271f91169e
Remove WINDOWS symbol from ext/ldap/ldap.c (#14468)
The WINDOWS symbol was used up to commit
f79688e848 where it got undefined when
condition `#if WIN32|WINNT` was met. Then the condition was replaced
with simpler PHP_WIN32 (which today implies also 64-bit platforms) and
WINDOWS is undefined in this file when targeting Windows platform.
Conditions otherwise also work on Windows anyway because of the
LDAP_API_VERSION check.
2024-06-07 23:27:22 +02:00
..
tests [skip ci] Fix ldap skipif 2024-02-19 10:16:13 +01:00
config.m4 Update ext/ldap sanity check (#13946) 2024-04-12 10:20:26 +02:00
config.w32 Merge branch 'PHP-7.4' 2019-06-11 17:12:33 +02:00
CREDITS
ldap.c Remove WINDOWS symbol from ext/ldap/ldap.c (#14468) 2024-06-07 23:27:22 +02:00
ldap.stub.php Fix typo in LDAP stub (#14313) 2024-05-25 13:31:54 +02:00
ldap_arginfo.h Fix typo in LDAP stub (#14313) 2024-05-25 13:31:54 +02:00
php_ldap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00