History log of /PHP-5.5/ext/imap/php_imap.c (Results 151 – 175 of 334)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# a41a54f7 04-Jul-2004 Ilia Alshanetsky

Fixed bug #28963 (Missing space for \0 in address allocation).


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# d6ba95c6 12-May-2004 Ilia Alshanetsky

Fixed various possible memory leaks.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, 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
# 827a79ad 15-Jan-2004 Ilia Alshanetsky

Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
used).


# 3286cb35 14-Jan-2004 Andi Gutmans

- Remove use of bogus macro


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# fa82c2af 08-Jan-2004 foobar

Added missing constants (bug #26831)


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 8afe759f 13-Nov-2003 Rasmus Lerdorf

proto fix


Revision tags: 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, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 92b237f4 16-Sep-2003 Hartmut Holzgraefe

proto fix


# da7facc2 04-Sep-2003 Jon Parise

Register the TYPEMODEL constant from c-client's mail.h.


# 9d9727aa 28-Aug-2003 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: php-4.3.3, php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# 4151fd04 17-Jun-2003 Ilia Alshanetsky

One more typo ;)


# 4426338b 17-Jun-2003 Ilia Alshanetsky

Fixed a typo in the check


# df32619d 16-Jun-2003 Ilia Alshanetsky

Fixed bug #24150 (crash in imap_fetch_overview() &
imap_rfc822_write_address())


# 9e9bd915 16-Jun-2003 Andrey Hristov

proto fix


# d75d52a5 13-Jun-2003 Ilia Alshanetsky

Busted by the CS police.


# de6c5995 13-Jun-2003 Ilia Alshanetsky

Added missing function proto


# 17861b93 13-Jun-2003 Ilia Alshanetsky

Fixed bug #24161 (No timeout value for imap functions)

Added imap_timeout() that allows the user to specify as well as retrieve
timeout values and set default timeout values based on the

Fixed bug #24161 (No timeout value for imap functions)

Added imap_timeout() that allows the user to specify as well as retrieve
timeout values and set default timeout values based on the
default_socket_timeout ini setting.

show more ...


# a17c5a5f 12-Jun-2003 Ilia Alshanetsky

Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 53c90b23 20-May-2003 Dan Kalowsky

Adding imap_getacl, patch provided by Holger Burbach
(holger.burbach@gonicus.de)
@ Adding imap_getacl functionality. Function provided by Holger Burbach


# 99a616b0 20-May-2003 Dan Kalowsky

NIL, NULL, same thing, but changing for consistency sake


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 56e44a4f 16-Apr-2003 Ilia Alshanetsky

Fixed bug #22939 (crash in imap_header_info()).


# 383808e9 31-Mar-2003 Moriyoshi Koizumi

Fixed proto to sync with the documentation


Revision tags: php-4.3.2RC1, 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 ...


12345678910>>...14