History log of /PHP-5.5/ext/ldap/ldap.c (Results 151 – 175 of 242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH
# eabe8fcf 15-Jul-2001 Stig Venaas

Fixed memory leaks in ldap_get_entries() and ldap_get_dn() when using
RFC1823 API
# These leaks have always been there, will fix in PHP3
@- Fixed various memory leaks in the LDAP extensio

Fixed memory leaks in ldap_get_entries() and ldap_get_dn() when using
RFC1823 API
# These leaks have always been there, will fix in PHP3
@- Fixed various memory leaks in the LDAP extension (Stig Venaas)

show more ...


# 4172edad 23-Jun-2001 Stig Venaas

Fixed memory leak in ldap_first_attribute(), ldap_next_attribute(),
ldap_get_attributes(), ldap_get_dn() and ldap_dn2ufn() when using post
RFC 1823 API. Still more leaks to fix.


Revision tags: PRE_GRANULAR_GARBAGE_FIX
# 399885cd 20-Jun-2001 Stig Venaas

Fixed memory leak in ldap_get_entries() when using post RFC 1823 API.
Similar problems for other functions will be fixed


Revision tags: php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 334ac7fc 31-May-2001 foobar

- Cleaned up some whitespace (sorry, I should have committed that before
any other changes)
- Made use of the Zend resource macros


# 1d115dbe 30-May-2001 Rasmus Lerdorf

ldap_result_entry needs to be initialized - tested
Should probably MFH this once someone else tests.


# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c927c254 17-Jan-2001 Stig Venaas

Making parallel search allow different filter for each link


# d9f52a41 13-Jan-2001 Stig Venaas

Fixed memory leaks that could happen in some error situations. Also removed
some unnecessary code in ldap_set_option()


# 2d17c576 12-Jan-2001 Stig Venaas

Added parallel search when given array of link identifiers
@- Made ldap_list(), ldap_read() and ldap_search() do parallel search when
@ first parameter is an array of link identifiers (Stig

Added parallel search when given array of link identifiers
@- Made ldap_list(), ldap_read() and ldap_search() do parallel search when
@ first parameter is an array of link identifiers (Stig Venaas)

show more ...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 40a71cfd 08-Jan-2001 Egon Schmid

Corrected some protos.


# 897f293d 08-Jan-2001 Stig Venaas

Added ldap_rename(). Currently requires API with ldap_rename().
@- Added ldap_rename() function (Stig Venaas)


# 0ecaf2ea 07-Jan-2001 Stig Venaas

Minor changes to LDAP_OPT constants, and added support for controls to
ldap_set_option.
@- Made ldap_set_option() support controls (Stig Venaas)


# 1b3385ca 07-Jan-2001 Stig Venaas

Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like
LDAP_SIZELIMIT_EXCEEDED and returns referral results.
Added new functions ldap_parse_result(), ldap_first_reference(

Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like
LDAP_SIZELIMIT_EXCEEDED and returns referral results.
Added new functions ldap_parse_result(), ldap_first_reference(),
ldap_next_reference() and ldap_parse_reference() that among other things
make referrals and search references accessible.
@- Changed ldap_search() and added functions ldap_parse_result(),
@ ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
@ to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)

show more ...


Revision tags: php-4.0.4pl1RC1
# aa6d2ac5 22-Dec-2000 Zeev Suraski

Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# f48c0fbc 04-Dec-2000 foobar

@- Made ldap_get_entries() return an array even if there are no entries
in search result. (Jani)
# This was actually the original behaviour and the correct one.
# I messed it up when I

@- Made ldap_get_entries() return an array even if there are no entries
in search result. (Jani)
# This was actually the original behaviour and the correct one.
# I messed it up when I fixed another bug in it a while ago..
# Fixes bug #8054

show more ...


Revision tags: php-4.0.4RC3
# dd83069f 13-Nov-2000 foobar

Fixed bug: #7768. Some cleaning up too.


# 6f398a24 03-Nov-2000 foobar

Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.


# ac7e22d3 28-Oct-2000 foobar

Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs.


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 57418163 22-Oct-2000 Stig Venaas

Corrected prototype comments for ldap_get_option and ldap_set_option


12345678910