summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* Add missing includeAaron Piotrowski2015-07-061-0/+1
* Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-0/+2
* Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-3/+4
* 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
* | Adds deprecation-message for ldap_sortAndreas Heigl2015-06-291-0/+2
* | keep LDAP_DEPRECATED in config.w32Anatol Belski2015-06-291-0/+1
* | Putting back deprecated symbols for ldap_sortCôme Bernigaud2015-06-291-1/+1
* | Removed deprecated function calls from ldap moduleCôme Bernigaud2015-06-291-8/+12
* | Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warningCôme Bernigaud2015-06-293-42/+19
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-1/+1
* | Fixed two errors in LDAP testsCôme Bernigaud2015-06-232-2/+2
* | Merge branch 'PHP-5.6'Côme Bernigaud2015-06-171-12/+60
|\ \ | |/
| * Replaced calls to deprecated openldap functionsCôme Bernigaud2015-06-171-84/+133
| * Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
| * bump yearXinchen Hui2015-01-152-2/+2
* | Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
* | Implements extended error messagesAndreas Heigl2015-05-121-0/+4
* | CleanupDmitry Stogov2015-04-071-1/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* | Ported ldapXinchen Hui2015-02-021-55/+157
* | int -> size_tRasmus Lerdorf2015-01-201-1/+2
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-102-74/+74
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-112/+111
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-012-290/+21
|\ \
| * \ Merge branch 'PHP-5.6'Stanislav Malyshev2014-09-281-2/+21
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-281-2/+21
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-281-2/+21
| | | |\
| | | | * Set an LDAP error code when failing ldap_bind due to null bytesMatthew Daley2014-09-281-2/+21
| | | | * Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| | | * | Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| | * | | Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| * | | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-288/+0
* | | | | remove fetch from ldapkrakjoe2014-09-261-1/+0
|/ / / /
* | | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \ \ \