php-src/ext/ldap
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07:00
..
tests Merge branch 'PHP-8.4' 2025-06-22 11:46:16 +01:00
config.m4 Autotools: Fix ext/ldap shared build (#18673) 2025-05-28 12:08:46 +01:00
config.w32 Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
CREDITS
ldap.c Merge branch 'PHP-8.4' 2025-06-22 11:46:16 +01:00
ldap.stub.php allow ldap_get_option to retrieve global option 2025-05-19 07:40:09 +02:00
ldap_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
php_ldap.h Fix #17776 LDAP_OPT_X_TLS_REQUIRE_CERT can't be overridden 2025-04-10 17:07:15 +02:00