History log of /PHP-7.0/ext/ldap/ldap.c (Results 226 – 250 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 094d0114 20-Oct-2000 Stig Venaas

Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.
@- Made ldap_connect() accept URL in host parameter when using OpenLDAP
@ 2.x. To use SSL, use ldaps://host/ as URL.

Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.
@- Made ldap_connect() accept URL in host parameter when using OpenLDAP
@ 2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)

show more ...


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


# 2da9a94d 18-Oct-2000 Stig Venaas

Added destruction of return value parameter, and using ZVAL_LONG and
ZVAL_STRING to set return value in ldap_get_option.


# ffbd2367 17-Oct-2000 Stig Venaas

Added ldap_get_option() and ldap_set_option() functions
@- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)


# 0b59e4b8 17-Oct-2000 Stig Venaas

Removed some redundant convert_to_*_ex() calls. Edited some whitespace.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 6910e921 31-Aug-2000 Stig Venaas

removed some NSLDAP #if's giving more detailed error reporting


Revision tags: php-4.0.2
# 0435c2e3 26-Aug-2000 Stig Venaas

Makes it work with OpenLDAP 2.0 and reduces number of ifdefs


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 4d6f3b40 20-Aug-2000 Stig Venaas

Added Oracle LDAP SDK SSL support


# 63553205 07-Aug-2000 Rui Hirokawa

fixed for openldap 2.0beta.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 5356c100 04-Aug-2000 foobar

- This should fix bug #5964
# Could someone please check this out..it works as intented for me at least.
# But I don't have any Windoze machines available to test this there.


12345678910>>...13