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


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 7d2a9123 19-Sep-2001 Stig Venaas

Not using _free_ldap_result destructor for le_result_entry, leads to
crashes due to freeing same memory several times in some cases


# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes


12345678910