History log of /PHP-8.3/ext/ldap/ldap.c (Results 51 – 75 of 522)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 23ef0a12 03-Jul-2020 Paweł Tomulik

Fix some memory bugs in ldap.c

# 2b5de6f8 01-Jul-2020 Max Semenik

Remove proto comments from C files

Closes GH-5758

# 0280b83e 06-Jul-2020 Nikita Popov

Avoid some unnecessary uses of no_separation=0

For the rare cases where references are part of the API,
construct them explicitly. Otherwise do not allow separation.

# 915abeb6 30-Jun-2020 Paweł Tomulik

Add ldap_count_references()

Closes GH-5784

# b3698ed9 24-Jun-2020 Paweł Tomulik

Promote warning to exception in ldap_set_rebind_proc()

From now on, ldap_set_rebind_proc() will only accept callable or null
as argument 2.

Closes GH-5763

# 07ff243f 29-Jun-2020 Christoph M. Becker

Fix macro redifinition warnings in debug builds

MSVC considers these warnings[1] to be severe (level 1), so we better
fix the respective code.

[1] <https://docs.microsoft.com/en

Fix macro redifinition warnings in debug builds

MSVC considers these warnings[1] to be severe (level 1), so we better
fix the respective code.

[1] <https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4005?view=vs-2019>

show more ...

Revision tags: php-7.4.7RC1, php-7.3.19RC1
# 046ff299 15-May-2020 George Peter Banyard

Fix [-Wundef] warnings in LDAP extension

Revision tags: php-7.4.6, php-7.2.31, php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17
# 610815c0 04-Apr-2020 Máté Kocsis

Improve gen_stub.php

Closes GH-5350
Add support for generating deprecated function entries, as well as forward declaration
of function aliases.

Revision tags: php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1, php-7.4.3, php-7.2.28
# c3e65d90 06-Feb-2020 George Peter Banyard

Fix [-Wtype-limits] warning in LDAP by removing unnecessary condition

As context is a pointer to a berval struct and bv_len is of type
ber_len_t [1] which it self is defined as an unsign

Fix [-Wtype-limits] warning in LDAP by removing unnecessary condition

As context is a pointer to a berval struct and bv_len is of type
ber_len_t [1] which it self is defined as an unsigned integer [2]
this condition is always true.

[1] https://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=include/lber.h#l212
[2] https://www.openldap.org/software//man.cgi?query=ber_free&sektion=3&apropos=0&manpath=OpenLDAP+2.4-Release

show more ...

Revision tags: php-7.3.15RC1, php-7.4.3RC1, php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14
# d1764ca3 15-Jan-2020 Máté Kocsis

Make error messages more consistent by fixing capitalization

Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.

Revision tags: php-7.3.14RC1, php-7.4.2RC1
# 1abea33b 03-Jan-2020 Máté Kocsis

Fix usage of RETURN_THROWS() in LDAP extension

# aadd3aae 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() in various places

# bbcfa66e 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_fetch_resource*()

# d694edae 31-Dec-2019 Christoph M. Becker

Fix erroneous change

# 34570372 31-Dec-2019 Máté Kocsis

Use RETURN_THROWS() during ZPP in most of the extensions

Except for some bigger ones: reflection, sodium, spl

Revision tags: php-7.4.1, php-7.2.26, php-7.3.13, php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# 94938934 29-Oct-2019 Máté Kocsis

Cleanup return values when parameter parsing is unsuccessful

Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10
# 72e3b252 23-Sep-2019 Stephen Reay

Adding ldap stubs for arginfo

# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

Revision tags: php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1
# 2789ad98 06-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.4.0RC1
# 025ff3b5 30-Aug-2019 Nikita Popov

Remove nsldap support

The newest version we're checking (libssldap50) seems to be about
15 years out of date. We could add support for libssldap60 (also
unmainted, but more recent),

Remove nsldap support

The newest version we're checking (libssldap50) seems to be about
15 years out of date. We could add support for libssldap60 (also
unmainted, but more recent), but given how nobody has expressed any
interest in this, I'm going ahead and dropping this code.

show more ...

# 0d8a399a 29-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 48ff226c 29-Aug-2019 Nikita Popov

Fix potentially uninitialized use in ldap

If ctrl->ldctl_value.bv_len is zero context is uninitialized. Only
free it if the call took place and succeeded.

Revision tags: php-7.1.32, php-7.2.22, php-7.3.9
# 6cd821b2 25-Aug-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Don't modify arrays passed by value


# ac40d0ff 24-Aug-2019 Christoph M. Becker

Don't modify arrays passed by value

# 85b17a04 20-Aug-2019 Nikita Popov

Remove some unnecessary RETURN_FALSE

12345678910>>...21