History log of /PHP-8.3/ext/ldap/ldap.c (Results 351 – 375 of 473)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0dev_zend2_alpha2
# a954dd6e 27-Jun-2002 Derick Rethans

- Remove \n


# 2d1b3047 26-Jun-2002 Derick Rethans

- Unify error messages


# 58ce28e5 22-Jun-2002 Stig Venaas

Better not include ldap_parse_result() and ldap_start_tls() at all in
the symbol table when they are not usable. Makes it possible to check
on their usability.


# c83f5a53 22-Jun-2002 Stig Venaas

Added test for ldap_start_tls_s()


# d01f7a8a 21-Jun-2002 Markus Fischer

- Fix ZTS build, see #17915.


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# d47d8b99 04-May-2002 Stig Venaas

Reworked result resource handling so that result is not freed until all
its result entry resources are freed
@- Fixed resource bug in LDAP extension. (Stig Venaas)


Revision tags: php-4.2.1RC1
# e3179341 23-Apr-2002 Derick Rethans

Fix TSRMLS_CC thingies.


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2
# 8b2dcb33 11-Feb-2002 Markus Fischer

- Fix protos.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 2ac2b22c 04-Jan-2002 Stig Venaas

Made ldap_modify() an alias for ldap_mod_replace(). The two were identical.
#For more info, see my posting on php-dev Dec 25th.


# 403350e4 26-Dec-2001 Stig Venaas

unbreak parallel search


Revision tags: php-4.1.1
# a05e74cd 25-Dec-2001 Stig Venaas

Added check for ldap_parse_reference() (needed for broken Solaris 2.8), and
report more detailed library version info in the info function.


# ed942af6 23-Dec-2001 Stig Venaas

Made ldap_set_option work with NULL as link, added option
LDAP_OPT_DEBUG_LEVEL for those that support it, and made sure the rebind
code is currently included for OpenLDAP only.


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 67122717 03-Dec-2001 Andi Gutmans

- Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't
- change something I wasn't supposed to. It should be fine IMO.


Revision tags: php-4.1.0RC5
# 80d8e554 30-Nov-2001 Stig Venaas

ldap_first_attribute and ldap_next_attribute has been completely broken
for 6 months!! Fixed (I think), might be a memory leak there...


Revision tags: php-4.1.0RC4
# 088c7a60 29-Nov-2001 Stig Venaas

Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more
testing.


# ce4c65a6 29-Nov-2001 Stig Venaas

Making the link resource point to a structure that contains the LDAP
link, rather than point to it directly.
# This makes it much easier to store and retrieve per-connection PHP state.


Revision tags: php-4.1.0RC3
# 2ea46ef6 21-Nov-2001 Stig Venaas

Added ldap_sort() function
@- Added ldap_sort() function. (Stig Venaas)


# 3dd9845e 14-Nov-2001 Stig Venaas

Fixed some memory leaks and removed some unnecessary checks due to
ZEND_FETCH_RESOURCE returning on error


# 80ccb3f7 13-Nov-2001 Stig Venaas

Minor changes in ldap_connect(): fixed crash with OpenLDAP 2 libs when
called without args and also use ldap_init() rather than ldap_open();
simplified code a little


# ca476eca 13-Nov-2001 Stig Venaas

Removed some old cruft (some commented code and non-used globals), fixed
a proto typo, and make sure ldap_base_dn and ldap_filter are initialized
in php_ldap_do_search()


Revision tags: php-4.1.0RC2
# 92843788 05-Nov-2001 Stig Venaas

Fixed seg fault when using ldap_add (or modify) with value array not
indexed as 0, 1, ... In some cases it didn't give seg fault, but used
previously added value. Now gives warning.
@- Ma

Fixed seg fault when using ldap_add (or modify) with value array not
indexed as 0, 1, ... In some cases it didn't give seg fault, but used
previously added value. Now gives warning.
@- Made ldap_add (and modify) give warning with illegal value arrays.
@ Previously seg faulted or added wrong value (Stig Venaas)

show more ...


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


# de894ef0 09-Oct-2001 Stig Venaas

Added ldap_start_tls() function
@- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com)


1...<<111213141516171819