summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Convert resources to objects in ext/ldapMáté Kocsis2021-03-211-196/+75
* Merge branch 'PHP-8.0'Máté Kocsis2021-03-161-2/+2
|\
| * Fix ldap_next_entry() parameter nameMáté Kocsis2021-03-161-2/+2
* | Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-161-1/+1
|/
* ldap_search() and friends can return arrayChristoph M. Becker2021-01-191-3/+3
* ldap_exop_whoami() does not return TRUEChristoph M. Becker2020-12-081-1/+1
* Change $controls parameter to default to null in ext/ldapCôme Chilliet2020-10-151-20/+20
* Mark ldap_exop() param as UNKNOWNNikita Popov2020-10-141-1/+1
* Remove deprecated functions from php-ldapCôme Chilliet2020-10-011-18/+0
* Improve parameter names in ext/ldapCôme Chilliet2020-09-291-15/+15
* Harmonize ldap_rename_ext with ldap_rename parameter namesMCMic2020-09-291-1/+1
* Rename $link parameters to $ldap in ldap functionsCôme Chilliet2020-09-291-105/+105
* 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-291-5/+5
* Fix parameter names in ext/ldapCôme Chilliet2020-09-291-91/+91
* Fix "null" case in ldap.stub.phpCôme Chilliet2020-09-291-5/+5
* Remove dummy_ber parameter from ldap_first_attribute and ldap_next_attributeCôme Chilliet2020-09-291-2/+2
* Set all parameters to ldap_sasl_bind as NULL by defaultCôme Chilliet2020-09-291-1/+1
* Default bind dn and password to NULL in ldap_bind_extCôme Chilliet2020-09-291-1/+1
* Default bind dn and password to NULL in ldap_bindCôme Chilliet2020-09-291-1/+1
* Make URI parameter in ldap_connect default to NULLCôme Chilliet2020-09-291-2/+2
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-3/+3
* Use ZPP instead of custom type checksMáté Kocsis2020-09-041-9/+3
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-071-0/+5
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-031-8/+21
* Convert the $ttl parameter of ldap_exop_refresh() to intMáté Kocsis2020-08-031-1/+1
* Add ldap_count_references()Paweł Tomulik2020-07-011-0/+6
* Promote warning to exception in ldap_set_rebind_proc()Paweł Tomulik2020-06-301-2/+1
* Fix [-Wundef] warnings in LDAP extensionGeorge Peter Banyard2020-05-181-1/+1
* Drop check for HAVE_NSLDAPGeorge Peter Banyard2020-05-161-1/+1
* Fix nullable types in PHPDocMáté Kocsis2020-04-121-1/+1
* Improve gen_stub.phpMáté Kocsis2020-04-041-2/+6
* Annotate function aliases in stubsMáté Kocsis2020-04-041-2/+9
* Add stubs for aliasesMáté Kocsis2020-02-181-53/+20
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-3/+9
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-9/+3
* Add union return types for function stubsMáté Kocsis2019-11-111-55/+20
* Adding ldap stubs for arginfoStephen Reay2019-09-251-0/+370