History log of /PHP-8.3/ext/ldap/ldap.c (Results 426 – 450 of 473)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 5115342c 06-Apr-2000 Colin Viebrock

More phpinfo() prettying.

Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.


# 4766abb0 06-Apr-2000 Sterling Hughes

@- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling)


# d3dd529c 03-Apr-2000 Andi Gutmans

- Fix build bug


# 491a315c 01-Apr-2000 Zeev Suraski

@- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Zeev)


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# bf5cb890 26-Feb-2000 Zeev Suraski

- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice


# 86c96359 23-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 9b621d1c 19-Feb-2000 Zeev Suraski

Get the license right... (this won't make it to RC1 of B4)


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# c854703a 16-Feb-2000 Andi Gutmans

- PHP_WIN32


1...<<111213141516171819