History log of /PHP-7.0/ext/ldap/ldap.c (Results 151 – 175 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 87c93169 17-Apr-2005 foobar

- Fixed bug #30819 (Better support for LDAP SASL bind)


# 33677ddb 05-Apr-2005 Antony Dovgal

remove proto, it's internal func


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# c245e1f0 19-Jan-2005 foobar

- ldap_start_tls() requires ldapv3 protocol -> force it


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# ed7d1e82 28-Jun-2004 Ilia Alshanetsky

Removed pointless allocation check.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 6b35037c 01-Jun-2004 Ilia Alshanetsky

No need to NULL terminate manually, snprintf() does it for us already.


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 2d6770f0 12-May-2004 Marcus Boerger

- Added missing UNREGISTER_INI_ENTRIES


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3
# 9a98c38c 06-Apr-2004 Ilia Alshanetsky

Removed pointless check.


Revision tags: php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 90100e5c 07-Oct-2003 Ilia Alshanetsky

Cleaned up previous patch.


# 47484ce5 06-Oct-2003 foobar

- Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap link)


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 94ff3d5e 13-Sep-2003 Sara Golemon

Fix Bug #25525 ldap_explode_dn crashes when passed invalid params.


# 9c82b1fa 31-Aug-2003 Ilia Alshanetsky

Fixed compiler warnings.


# 8767205a 31-Aug-2003 Zeev Suraski

Fix Win32 linkage problems


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 96e9ed33 05-Aug-2003 foobar

The last 4 args are by ref..


# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# bb37952b 13-Jun-2003 foobar

Fixed the SASL config check.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# c0e4bfca 08-Jun-2003 foobar

- Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)


# c15b8fb1 08-Jun-2003 foobar

ws & cs


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA
# 8a09151f 30-Apr-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 20c2c39f 07-Mar-2003 Ilia Alshanetsky

Fixed bug #22585 (Do not terminate the script on minor errors).


# 3c9155e0 07-Mar-2003 foobar

Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.


# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# aebb39b0 18-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref.

Thanks to Marcus Börger for writing a script that significantly simplifies
this process.


12345678910>>...13