History log of /PHP-5.5/ext/ldap/ldap.c (Results 176 – 200 of 242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# a4a0e18e 02-Aug-2000 foobar

- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
These functions are available only when using openldap which is compiled
with STR_TRANSLATION and LDAP_CHARSET_8859 d

- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
These functions are available only when using openldap which is compiled
with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani)

show more ...


# 7c84d6a0 28-Jul-2000 foobar

Fixes bug which caused crash, if result_entry wasn't valid.


# 9f25b9c1 28-Jul-2000 foobar

# Oops..where did those creep in? =(


# 40b89f34 28-Jul-2000 foobar

@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
@ binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
#Thanks go to Terrence for making a patch

@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
@ binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
#Thanks go to Terrence for making a patch correcting this bug in php3.0.12...
#A patch, which somehow wasn't included at all in it?-) I wonder why..?

show more ...


# c8b8281e 28-Jul-2000 foobar

@- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
@ Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
# Plus I added missing ldap_value_free_len().


# 9bb4011d 26-Jul-2000 Egon Schmid

Proto fixed.


# 123d7452 26-Jul-2000 foobar

@- Added new function: ldap_compare(). (Jani)
# Documentation is coming right after this.


# e5f6dcb9 25-Jul-2000 foobar

@- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)
Fixes bugs #5433 and #5603.


# 428eb46f 23-Jul-2000 foobar

It's better not touch those ldap->ld_* when they aren't given as parameters.
(Now using -1 the parameters not wanted can be omitted)
# Plus some source-polishing.


# 01d5aec3 22-Jul-2000 foobar

Forgot those constants.


# 549aec45 21-Jul-2000 foobar

@- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
@ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
@- Fixed a bug in ldap_search/l

@- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
@ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
@- Fixed a bug in ldap_search/list/read() which prevented returning the partial
@ results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)

# And nuked some compile time warnings. Took a while to get this commit message
# written..I hope I got it right. =)

show more ...


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 9eb2c1ef 27-Jun-2000 Thies C. Arntzen

@- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)


Revision tags: php-4.0.1RC
# dd43255b 18-Jun-2000 Egon Schmid

More protos.


# a2bdc522 13-Jun-2000 Stig Venaas

Also need to 0-terminate when adding/modifying an array of values.


# aa5c0ffc 13-Jun-2000 Stig Venaas

Think have to 0-terminate mod_values strings, got trailing garbage,
this fixes bug #5001 I think.


12345678910