summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Update tests to reflect current behavior after fix for bug #50185Sriram Natarajan2009-12-242-2/+8
|
* Fixed bug #50540 (Crash within ldap_first_reference function)Sriram Natarajan2009-12-211-0/+2
|
* - Fixed bug #50185 (ldap_get_entries() return false instead of an empty ↵Jani Taskinen2009-11-181-6/+6
| | | | | | | array when there is no error). # This is also revert of bad patch to bug #48469 and fixes it properly.
* Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).Ilia Alshanetsky2009-11-181-2/+5
|
* - Fixed testsFelipe Pena2009-09-264-6/+8
|
* Bug #49391 ldap.c utilizing deprecated ldap_modify_sIlia Alshanetsky2009-08-301-1/+1
|
* NULL the value after freeIlia Alshanetsky2009-08-181-0/+1
|
* - Add checkFelipe Pena2009-08-151-1/+1
|
* - Improved param. parsing for ldap_read(), ldap_search() and ldap_list()Felipe Pena2009-08-152-86/+48
|
* fix testAntony Dovgal2009-07-261-0/+5
|
* Tests for ext/ldap from PHPBelgium TestFestPatrick Allaert2009-07-0388-0/+4653
|
* forgotten some credits :)Patrick Allaert2009-06-281-0/+1
|
* unicode support in ext/ldapPatrick Allaert2009-06-282-58/+76
|
* - Fixed bug #48696 (ldap_read() segfaults with invalid parameters)Felipe Pena2009-06-252-3/+15
|
* Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes ↵Patrick Allaert2009-06-154-3/+259
| | | | those options persistent)
* Refactoring that will help fixing #48441Patrick Allaert2009-06-151-66/+56
|
* Removed creditPatrick Allaert2009-06-071-1/+0
|
* Fixed ldap_(first|next)_attribute() function producing 2 warning messages in ↵Patrick Allaert2009-06-071-4/+4
| | | | case wrong parameters given
* Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)Patrick Allaert2009-06-071-3/+4
|
* Adjust reflection infoHannes Magnusson2009-04-211-0/+5
|
* MFB: Adjusted prototypeIlia Alshanetsky2009-04-211-1/+1
|
* added OpenLDAP TLS options to ldap_get_option/ldap_set_optionStig Venaas2009-03-291-0/+35
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-38/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+38
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-38/+0
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
|
* - add detection for newer libsPierre Joye2008-07-311-3/+5
|
* - MFB: Fix typoFelipe Pena2008-07-161-1/+1
|
* MF53Antony Dovgal2008-07-011-3/+3
|
* - MFB: zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
|
* MFB:Felipe Pena2008-06-291-56/+329
| | | | | | - New parameter parsing API - Added arginfo
* Fix protosEtienne Kneuss2008-05-041-2/+2
|
* fix testsAntony Dovgal2008-04-222-3/+3
|
* always initialize mod_typeAntony Dovgal2008-04-161-1/+1
|
* unicode support and minor leak fixAntony Dovgal2008-04-161-5/+20
|
* convert ext/ldap to use new parameter parsing APIAntony Dovgal2008-04-162-406/+310
| | | | | also restructure the extension to get rid of some garbage
* Fix build on SolarisJohannes Schlüter2008-02-091-9/+11
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* add tests for ldap_dn2ufn()Douglas Goldstein2007-12-131-0/+33
|
* expand ldap_explode_dn() tests.Douglas Goldstein2007-12-131-1/+25
|
* add skipif case if the ldap extension is not loadedDouglas Goldstein2007-12-112-0/+7
|
* put ldap_explode_dn.phpt in proper directoryDouglas Goldstein2007-12-111-0/+0
|
* Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() ↵Douglas Goldstein2007-12-111-0/+68
| | | | function
* - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent ↵Jani Taskinen2007-10-061-7/+29
| | | | for LDAP_OPT_NETWORK_TIMEOUT)
* - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow ↵Jani Taskinen2007-10-061-0/+34
| | | | setting network timeout
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|