summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* Convert resources to objects in ext/ldapMáté Kocsis2021-03-2137-591/+691
* Merge branch 'PHP-8.0'Máté Kocsis2021-03-164-4/+25
|\
| * Fix ldap_next_entry() parameter nameMáté Kocsis2021-03-162-4/+7
| * Fix crash in LDAP search functions during argument validationMáté Kocsis2021-03-162-0/+18
* | Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-162-2/+2
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-117-8/+8
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-192-4/+4
|\ \ | |/
| * ldap_search() and friends can return arrayChristoph M. Becker2021-01-192-4/+4
* | Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-4/+4
|/
* ldap_exop_whoami() does not return TRUEChristoph M. Becker2020-12-082-3/+3
* Change $controls parameter to default to null in ext/ldapCôme Chilliet2020-10-153-41/+41
* Mark ldap_exop() param as UNKNOWNNikita Popov2020-10-142-3/+3
* Remove deprecated functions from php-ldapCôme Chilliet2020-10-017-471/+3
* Improve parameter names in ext/ldapCôme Chilliet2020-09-292-30/+30
* Harmonize ldap_rename_ext with ldap_rename parameter namesMCMic2020-09-291-1/+1
* Rename $link parameters to $ldap in ldap functionsCôme Chilliet2020-09-295-156/+156
* Improve parameter naming in ldap_renameMCMic2020-09-291-1/+1
* Improve parameter naming in ldap_exop_passwdMCMic2020-09-291-1/+1
* Improve parameter naming in ldap_connectMCMic2020-09-291-1/+1
* Improve parameter naming in ldap_set_option ext/ldap/ldap.stub.phpMCMic2020-09-291-1/+1
* Explicitely mark nullable stringsCôme Chilliet2020-09-292-19/+19
* Fix parameter mask in ldap_next_attributeMCMic2020-09-291-1/+1
* Fix parameter names in ext/ldapCôme Chilliet2020-09-293-146/+146
* Fix "null" case in ldap.stub.phpCôme Chilliet2020-09-292-19/+19
* Remove dummy_ber parameter from ldap_first_attribute and ldap_next_attributeCôme Chilliet2020-09-293-12/+6
* Set all parameters to ldap_sasl_bind as NULL by defaultCôme Chilliet2020-09-293-10/+10
* Default bind dn and password to NULL in ldap_bind_extCôme Chilliet2020-09-293-5/+5
* Default bind dn and password to NULL in ldap_bindCôme Chilliet2020-09-293-5/+5
* Make URI parameter in ldap_connect default to NULLCôme Chilliet2020-09-293-7/+7
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* Run tidyNikita Popov2020-09-186-29/+29
* Generate arginfosMáté Kocsis2020-09-161-6/+6
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-3/+3
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-2/+2
* Promote warnings to exceptions in ext/ldapMáté Kocsis2020-09-044-106/+109
* Use ZPP instead of custom type checksMáté Kocsis2020-09-043-43/+41
* Use ZPP callable check for ldap_set_rebind_proc()George Peter Banyard2020-08-132-12/+8
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-1/+6
* Fix stub hash of ext/ldapMáté Kocsis2020-08-031-1/+1
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-10/+23
* Convert the $ttl parameter of ldap_exop_refresh() to intMáté Kocsis2020-08-032-4/+5
* Merge branch 'PHP-7.4'Côme Chilliet2020-07-281-102/+95
|\
| * fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-281-103/+97
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-104-7/+31
|\ \ | |/
| * enable ext/ldap/tests on azurePaweł Tomulik2020-07-101-0/+1
| * fix some ext/ldap/testsPaweł Tomulik2020-07-103-7/+30
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-101-8/+36
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-8/+36
| |\