Age | Commit message (Expand) | Author | Files | Lines |
2012-04-14 | Add function ldap_parse_virtual_list_control()dev/php-5.4/ldap-vlv | Jeroen van Meeuwen (Kolab Systems) | 1 | -6/+91 |
2012-01-01 | - Year++ | Felipe Pena | 1 | -1/+1 |
2011-08-01 | fix params parsing | Stanislav Malyshev | 1 | -1/+1 |
2011-07-25 | - Make usage of new PHP_FE_END macro | Felipe Pena | 1 | -1/+1 |
2011-07-14 | Fix prototypes for ldap_control_paged_result and fix function name in tests | Scott MacVicar | 1 | -3/+2 |
2011-05-19 | Tidy up ldap paging code and rename the API as discussed in #42060 | Scott MacVicar | 1 | -21/+22 |
2011-01-01 | - Year++ | Felipe Pena | 1 | -1/+1 |
2010-09-08 | - Fixed wrong type | Felipe Pena | 1 | -4/+4 |
2010-06-15 | - #42060, add paged results support | Pierre Joye | 1 | -0/+206 |
2010-05-17 | - #43233, sasl support for ldap on windows | Pierre Joye | 1 | -0/+1 |
2010-01-03 | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 1 | -1/+1 |
2009-12-21 | Fixed bug #50540 (Crash within ldap_first_reference function) | Sriram Natarajan | 1 | -0/+2 |
2009-11-18 | - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array... | Jani Taskinen | 1 | -6/+6 |
2009-11-18 | Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT). | Ilia Alshanetsky | 1 | -2/+5 |
2009-08-30 | Bug #49391 ldap.c utilizing deprecated ldap_modify_s | Ilia Alshanetsky | 1 | -1/+1 |
2009-08-18 | NULL the value after free | Ilia Alshanetsky | 1 | -0/+1 |
2009-08-15 | - Improved param. parsing for ldap_read(), ldap_search() and ldap_list() | Felipe Pena | 1 | -68/+39 |
2009-06-25 | MFH: Fixed bug #48696 (ldap_read() segfaults with invalid parameters) (Felipe) | Johannes Schlüter | 1 | -3/+5 |
2009-06-15 | MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options make... | Patrick Allaert | 1 | -3/+14 |
2009-06-15 | MFH: Refactoring that will help fixing #48441 | Patrick Allaert | 1 | -66/+56 |
2009-06-07 | MFH: Removed credit | Patrick Allaert | 1 | -1/+0 |
2009-06-07 | MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results) | Patrick Allaert | 1 | -3/+4 |
2009-04-21 | MFH: adjust reflection info | Hannes Magnusson | 1 | -0/+5 |
2009-04-21 | Adjusted prototype | Ilia Alshanetsky | 1 | -1/+1 |
2008-12-31 | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 1 | -1/+1 |
2008-12-12 | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 1 | -0/+1 |
2008-11-17 | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 1 | -38/+0 |
2008-11-02 | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 1 | -0/+38 |
2008-10-24 | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 1 | -38/+0 |
2008-08-02 | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 1 | -1/+1 |
2008-07-16 | - Fix typo (thanks Pierre) | Felipe Pena | 1 | -1/+1 |
2008-07-01 | int->long, add missing "s" | Antony Dovgal | 1 | -3/+3 |
2008-06-30 | - zend_arg_defs.c is unnecessary now | Felipe Pena | 1 | -3/+0 |
2008-06-29 | - New parameter parsing API | Felipe Pena | 1 | -56/+329 |
2008-06-02 | - Revert pointless patch: a) the version is already there, see line above, | Jani Taskinen | 1 | -7/+1 |
2008-06-02 | - reintroduce the x.y.z version string info (a bit nicer to make the other gu... | Pierre Joye | 1 | -1/+7 |
2008-06-02 | - Revert crap | Jani Taskinen | 1 | -10/+2 |
2008-06-02 | - don't use openldap/portable and build the human readable version | Pierre Joye | 1 | -6/+5 |
2008-06-02 | - add OpenLDAP version info in phpinfo (windows only, have to check if openld... | Pierre Joye | 1 | -1/+10 |
2008-05-04 | MFH: Fix protos | Etienne Kneuss | 1 | -2/+2 |
2008-04-16 | MFH: use new parameter parsing API | Antony Dovgal | 1 | -349/+314 |
2008-04-16 | plug minor memleak | Antony Dovgal | 1 | -1/+6 |
2008-02-09 | MFH: Fix build on Solaris | Johannes Schlüter | 1 | -9/+11 |
2007-12-31 | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 1 | -1/+1 |
2007-10-06 | MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalen... | Jani Taskinen | 1 | -7/+29 |
2007-10-06 | MFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow s... | Jani Taskinen | 1 | -0/+34 |
2007-09-27 | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 1 | -1/+1 |
2007-07-17 | MFH: removed dots from error messages | Jani Taskinen | 1 | -2/+2 |
2007-07-17 | MFH:- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to ... | Jani Taskinen | 1 | -2/+5 |
2007-07-13 | - Do not break thousands of scripts.. (will remove in 5.3) | Jani Taskinen | 1 | -2/+4 |