summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
* ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
* Fixed another part in ldap (bug #73933)Xinchen Hui2017-01-192-1/+13
* Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)Xinchen Hui2017-01-172-1/+22
* Adapts the readme to the new test-possibilityAndreas Heigl2017-01-071-0/+71
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+1
|\
| * fix leakAnatol Belski2016-08-291-0/+1
* | fix SKIPIF sectionsAnatol Belski2016-03-092-2/+8
* | LDAP - Added support to change the certificates verificationEdwin Hoksberg2016-03-015-0/+111
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Fixed bug #71249 (ldap_mod_replace/ldap_mod_add store value as string "Array")Xinchen Hui2016-01-011-0/+1
* | Revert "Added back support for undocummented host:port syntax"Côme Bernigaud2015-11-242-11/+1
* | Revert "Using default port in ldap_connect when NULL is passed (this was the ...Côme Bernigaud2015-11-241-3/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-162-1/+11
|\ \ | |/
| * Added back support for undocummented host:port syntaxCôme Bernigaud2015-11-162-1/+11
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-121-0/+3
|\ \ | |/
| * Using default port in ldap_connect when NULL is passed (this was the behavior...Côme Bernigaud2015-11-121-0/+3
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | fixed compilation errorDmitry Stogov2015-09-101-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-09-102-0/+40
|\ \ | |/
| * Added support of LDAP_OPT_TIMEOUT, fixes #69574Côme Bernigaud2015-09-092-0/+40
* | Merge branch 'PHP-5.6'Côme Bernigaud2015-09-092-2/+217
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Côme Bernigaud2015-09-092-2/+217
| |\
| | * Fix bug in LDAP extensions' saving TIMELIMIT and DEREFTyson Andre2015-09-082-2/+217
| | * Bump yearXinchen Hui2015-01-152-2/+2
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-08-181-16/+36
|\ \ \ | |/ /
| * | Patch from Rainer Jung to provide Solaris LDAP supportCôme Bernigaud2015-08-181-16/+36
| * | fix config.w32Anatol Belski2015-07-231-0/+1
| * | fix C99 compatAnatol Belski2015-07-231-1/+1
* | | move the define to the right placeAnatol Belski2015-07-061-0/+1
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-07-062-1/+9
|\ \ \ | |/ /
| * | Attempt at falling back on ldap_find_control for Mac OSCôme Bernigaud2015-07-062-1/+9
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-07-064-5/+23
|\ \ \ | |/ /
| * | Updated README, added test to create LDAP base if missing and ease testsCôme Bernigaud2015-07-064-5/+23
* | | Fixed return valueDmitry Stogov2015-07-061-0/+1
* | | Cleanup (avoid reallocation).Dmitry Stogov2015-07-011-14/+11
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-06-301-0/+1
|\ \ \ | |/ /
| * | keep LDAP_DEPRECATED in config.w32Anatol Belski2015-06-301-0/+1
* | | Merge branch 'PHP-5.6'Dmitry Stogov2015-06-292-2/+1
|\ \ \ | |/ /
| * | Merge PR about LDAP cleaning by removing deprecated callsCôme Bernigaud2015-06-293-49/+30
| |\ \
| | * | Putting back deprecated symbols for ldap_sortCôme Bernigaud2015-06-291-1/+1
| | * | Removed deprecated function calls from ldap moduleCôme Bernigaud2015-06-231-8/+12
| | * | Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warningCôme Bernigaud2015-06-233-42/+19
| * | | Fixed two errors in LDAP testsCôme Bernigaud2015-06-232-2/+2
| |/ /
| * | Implements extended error messagesAndreas Heigl2015-06-171-0/+4
* | | Deprecating ldap_sort the right wayCôme Bernigaud2015-06-294-10/+8
* | | Fixes ldap_sort-testsAndreas Heigl2015-06-293-0/+12