summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-253-6/+1
* Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-5/+5
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-6/+6
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* Normalize the ldap extension version in phpinfo outputPeter Kokot2018-06-041-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-232-1/+45
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-232-1/+45
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-232-1/+45
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-232-1/+45
| | | |\
| | | | * Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-222-1/+45
| | | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-1/+1
* | | | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
* | | | | Fix some compile results warningsGabriel Caruso2018-02-181-1/+1
* | | | | Removed unused variablesGabriel Caruso2018-02-111-2/+2
* | | | | Merge branch 'PHP-7.2'Joe2018-02-081-10/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-10/+12
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #49876 lib path on 64bit distrosDavid Zuelke2018-02-081-10/+12
| | * | | year++Xinchen Hui2018-01-022-2/+2
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Côme Bernigaud2017-05-302-2/+28
| | |\ \ \ | | | |/ /
| | | * | 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
| * | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-2/+0
* | | | | Add missing SKIPIF sectionsGabriel Caruso2018-02-032-1/+5
* | | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | Cleanup type conversionDmitry Stogov2017-12-071-14/+7
* | | | | Remove these ancient ldap parts for Windows thats no longer relevantKalle Sommer Nielsen2017-10-232-206/+0
* | | | | Added support for VLV controls request and responseCôme Chilliet2017-09-212-4/+181
* | | | | Added support for SORT controlsCôme Chilliet2017-09-212-0/+196
* | | | | Added skip when control are not supported by the test ldap serverCôme Chilliet2017-09-219-0/+44
* | | | | Avoid memory leak when creating paged control valueCôme Chilliet2017-09-211-7/+4
* | | | | Fixed ifdef for VLV controls (copy/paste error)Côme Chilliet2017-09-211-1/+1
* | | | | Added ldap_rename_ext and its testCôme Chilliet2017-09-212-8/+128
* | | | | Indexing controls by OID when parsing themCôme Chilliet2017-09-219-53/+47
* | | | | Avoid returning iscritical field when parsing response controlsCôme Chilliet2017-09-215-27/+16
* | | | | Fixed ldap_parse_result commentCôme Chilliet2017-09-211-1/+1