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


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 50b014b9 05-Jun-2000 Hartmut Holzgraefe

compile fix regarding bug report #4780


# 93feb306 24-May-2000 Rasmus Lerdorf

@ Fix a couple of warnings in the gd and ldap modules
num_links is a long there


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# c31f6fbd 19-Apr-2000 Zeev Suraski

Kill warning


# cd3305a2 07-Apr-2000 Sterling Hughes

@-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling)


# e4409a85 06-Apr-2000 Colin Viebrock

phpinfo() pretying

That should be everything.


1...<<111213