php-src/ext/ldap
Andreas Heigl 69a8b63ecf
Deprecate ldap_connect with two parameters (#5177)
* Deprecate ldap_connect with two parameters

ldap_connect should be called with an LDAP-URI as parameter and not with
2 parameters as that allows much more flexibility like differentiating
between ldap and ldaps or setting multiple ldap-servers.

This change requires one to add null as second parameter in case the
underlying library is Oracle and one wants to add wallet-details.

* Modify all ldap-tests to use ldap_connect right

All tests are using ldap_connect now with an URI and not with host and
port as two separarte parameters.

* Verify deprecation of ldap_connect w/h 2 params

This adds a test to verify that calling ldap_connect with 2 parameters
triggers a deprecation notice

* Remove empty test

`ldap_control_paged_result()` is removed as of PHP 8.0.0, so this test
needs to be removed as well.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
2023-07-10 10:44:01 +01:00
..
tests Deprecate ldap_connect with two parameters (#5177) 2023-07-10 10:44:01 +01:00
config.m4 Merge branch 'PHP-7.4' 2019-09-06 15:00:17 +02:00
config.w32 Merge branch 'PHP-7.4' 2019-06-11 17:12:33 +02:00
CREDITS
ldap.c Deprecate ldap_connect with two parameters (#5177) 2023-07-10 10:44:01 +01:00
ldap.stub.php Add parenthesis around preprocessor conditions in stubs 2022-09-02 16:21:28 +02:00
ldap_arginfo.h Add parenthesis around preprocessor conditions in stubs 2022-09-02 16:21:28 +02:00
php_ldap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00