summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-281-103/+97
* 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.3' into PHP-7.4Nikita Popov2020-07-101-8/+36
|\
| * Fix some memory bugs in ldap.cPaweł Tomulik2020-07-091-8/+38
* | Fix miscellaneous typos in docsTyson Andre2019-10-191-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-011-1/+1
|\ \ | |/
* | Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* | Remove defines for specific oraldap versionsNikita Popov2019-09-061-3/+0
* | Remove support for umich_ldapNikita Popov2019-09-061-8/+0
* | Remove nsldap supportNikita Popov2019-09-062-100/+19
* | Fix detection of gmp on clangNikita Popov2019-09-061-1/+2
* | Modernize some connectors in tests to remove env key duplicationFabien Villepinte2019-08-301-8/+8
* | Fix potentially uninitialized use in ldapNikita Popov2019-08-291-1/+1
* | Don't modify arrays passed by valueChristoph M. Becker2019-08-252-1/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-201-5/+5
|\ \ | |/
| * Don't use C++ style commentsChristoph M. Becker2019-08-201-5/+5
* | Use ldap_destroy instead of ldap_unbind_extNikita Popov2019-06-261-1/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-141-13/+28
|\ \ | |/
| * Fix some leaks in ldapNikita Popov2019-06-141-13/+29
* | Merge branch 'PHP-7.3' into PHP-7.4Côme Chilliet2019-06-132-117/+210
|\ \ | |/
| * Some more string conversion handling, fixing bug #77958Côme Chilliet2019-06-132-29/+94
| * Avoid converting zval when not neededCôme Chilliet2019-06-131-92/+120
* | ext/ldap: Use PKG_CHECK_MODULES to detect the libsasl2 libraryHugh McMaster2019-06-113-52/+10
* | Remove ext/ldap/tests/bug76248.phptNikita Popov2019-06-111-41/+0
* | [ci skip] Migrate tests READMEs to MarkdownPeter Kokot2019-05-121-33/+51
* | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-12/+6
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-21/+21
* | Merge branch 'PHP-7.3' into PHP-7.4Côme Chilliet2019-04-151-1/+3
|\ \ | |/
| * Fix a NULL dereferencing crash in php-ldapCôme Chilliet2019-04-151-1/+3
| * Future-proof email addressesZeev Suraski2018-11-011-1/+1
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+6
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-142-4/+4
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-181-4/+8
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-158-15/+15
* | Switch to use ZTS cacheDmitry Stogov2019-03-124-6/+13
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-5/+11
* | Mark ldap_control_paged_result and ldap_control_paged_result_response as depr...Côme Chilliet2019-02-045-2/+10
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Implement typed propertiesNikita Popov2019-01-111-49/+44
* | Fix a test for ldap extensionMizunashi Mana2018-11-031-1/+2
* | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+6
* | Trim trailing whitespace in testsGabriel Caruso2018-10-142-4/+4
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Remove IS_EXT_MODULE definesNikita Popov2018-09-161-2/+0
|/