Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - Update tests to reflect current behavior after fix for bug #50185 | Sriram Natarajan | 2009-12-24 | 2 | -2/+8 |
| | |||||
* | Fixed bug #50540 (Crash within ldap_first_reference function) | Sriram Natarajan | 2009-12-21 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #50185 (ldap_get_entries() return false instead of an empty ↵ | Jani Taskinen | 2009-11-18 | 1 | -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 Alshanetsky | 2009-11-18 | 1 | -2/+5 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-09-26 | 4 | -6/+8 |
| | |||||
* | Bug #49391 ldap.c utilizing deprecated ldap_modify_s | Ilia Alshanetsky | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | NULL the value after free | Ilia Alshanetsky | 2009-08-18 | 1 | -0/+1 |
| | |||||
* | - Add check | Felipe Pena | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | - Improved param. parsing for ldap_read(), ldap_search() and ldap_list() | Felipe Pena | 2009-08-15 | 2 | -86/+48 |
| | |||||
* | fix test | Antony Dovgal | 2009-07-26 | 1 | -0/+5 |
| | |||||
* | Tests for ext/ldap from PHPBelgium TestFest | Patrick Allaert | 2009-07-03 | 88 | -0/+4653 |
| | |||||
* | forgotten some credits :) | Patrick Allaert | 2009-06-28 | 1 | -0/+1 |
| | |||||
* | unicode support in ext/ldap | Patrick Allaert | 2009-06-28 | 2 | -58/+76 |
| | |||||
* | - Fixed bug #48696 (ldap_read() segfaults with invalid parameters) | Felipe Pena | 2009-06-25 | 2 | -3/+15 |
| | |||||
* | Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes ↵ | Patrick Allaert | 2009-06-15 | 4 | -3/+259 |
| | | | | those options persistent) | ||||
* | Refactoring that will help fixing #48441 | Patrick Allaert | 2009-06-15 | 1 | -66/+56 |
| | |||||
* | Removed credit | Patrick Allaert | 2009-06-07 | 1 | -1/+0 |
| | |||||
* | Fixed ldap_(first|next)_attribute() function producing 2 warning messages in ↵ | Patrick Allaert | 2009-06-07 | 1 | -4/+4 |
| | | | | case wrong parameters given | ||||
* | Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results) | Patrick Allaert | 2009-06-07 | 1 | -3/+4 |
| | |||||
* | Adjust reflection info | Hannes Magnusson | 2009-04-21 | 1 | -0/+5 |
| | |||||
* | MFB: Adjusted prototype | Ilia Alshanetsky | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | added OpenLDAP TLS options to ldap_get_option/ldap_set_option | Stig Venaas | 2009-03-29 | 1 | -0/+35 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -38/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+38 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -38/+0 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | - add detection for newer libs | Pierre Joye | 2008-07-31 | 1 | -3/+5 |
| | |||||
* | - MFB: Fix typo | Felipe Pena | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | MF53 | Antony Dovgal | 2008-07-01 | 1 | -3/+3 |
| | |||||
* | - MFB: zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | MFB: | Felipe Pena | 2008-06-29 | 1 | -56/+329 |
| | | | | | | - New parameter parsing API - Added arginfo | ||||
* | Fix protos | Etienne Kneuss | 2008-05-04 | 1 | -2/+2 |
| | |||||
* | fix tests | Antony Dovgal | 2008-04-22 | 2 | -3/+3 |
| | |||||
* | always initialize mod_type | Antony Dovgal | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | unicode support and minor leak fix | Antony Dovgal | 2008-04-16 | 1 | -5/+20 |
| | |||||
* | convert ext/ldap to use new parameter parsing API | Antony Dovgal | 2008-04-16 | 2 | -406/+310 |
| | | | | | also restructure the extension to get rid of some garbage | ||||
* | Fix build on Solaris | Johannes Schlüter | 2008-02-09 | 1 | -9/+11 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | add tests for ldap_dn2ufn() | Douglas Goldstein | 2007-12-13 | 1 | -0/+33 |
| | |||||
* | expand ldap_explode_dn() tests. | Douglas Goldstein | 2007-12-13 | 1 | -1/+25 |
| | |||||
* | add skipif case if the ldap extension is not loaded | Douglas Goldstein | 2007-12-11 | 2 | -0/+7 |
| | |||||
* | put ldap_explode_dn.phpt in proper directory | Douglas Goldstein | 2007-12-11 | 1 | -0/+0 |
| | |||||
* | Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() ↵ | Douglas Goldstein | 2007-12-11 | 1 | -0/+68 |
| | | | | function | ||||
* | - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent ↵ | Jani Taskinen | 2007-10-06 | 1 | -7/+29 |
| | | | | for LDAP_OPT_NETWORK_TIMEOUT) | ||||
* | - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow ↵ | Jani Taskinen | 2007-10-06 | 1 | -0/+34 |
| | | | | setting network timeout | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| |