Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0b1'.php-5.0.0b1 | SVN Migration | 2003-06-29 | 1 | -103/+0 |
| | |||||
* | One more typo ;) | Ilia Alshanetsky | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Fixed a typo in the check | Ilia Alshanetsky | 2003-06-17 | 1 | -2/+2 |
| | |||||
* | Fixed bug #24150 (crash in imap_fetch_overview() & | Ilia Alshanetsky | 2003-06-16 | 1 | -2/+6 |
| | | | | | imap_rfc822_write_address()) | ||||
* | proto fix | Andrey Hristov | 2003-06-16 | 1 | -1/+1 |
| | |||||
* | Busted by the CS police. | Ilia Alshanetsky | 2003-06-13 | 1 | -2/+2 |
| | |||||
* | Added missing function proto | Ilia Alshanetsky | 2003-06-13 | 1 | -0/+3 |
| | |||||
* | Fixed bug #24161 (No timeout value for imap functions) | Ilia Alshanetsky | 2003-06-13 | 2 | -1/+71 |
| | | | | | | | 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. | ||||
* | Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset) | Ilia Alshanetsky | 2003-06-12 | 1 | -9/+15 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Adding imap_getacl, patch provided by Holger Burbach | Dan Kalowsky | 2003-05-20 | 2 | -0/+54 |
| | | | | | | (holger.burbach@gonicus.de) @ Adding imap_getacl functionality. Function provided by Holger Burbach | ||||
* | NIL, NULL, same thing, but changing for consistency sake | Dan Kalowsky | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | Grr.. Who changed this file from tabs to spaces? | Rasmus Lerdorf | 2003-05-10 | 1 | -1/+1 |
| | |||||
* | MFB | Rasmus Lerdorf | 2003-05-10 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #23371 (configure falsely detects c-client using SSL) | foobar | 2003-04-30 | 1 | -14/+1 |
| | |||||
* | Fixed bug #22939 (crash in imap_header_info()). | Ilia Alshanetsky | 2003-04-16 | 1 | -0/+2 |
| | |||||
* | Fixed proto to sync with the documentation | Moriyoshi Koizumi | 2003-03-31 | 1 | -2/+2 |
| | |||||
* | Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP) | foobar | 2003-03-11 | 1 | -4/+4 |
| | |||||
* | Fix for bug #22353 | foobar | 2003-02-23 | 1 | -1/+1 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Fixed bug #22048 (crash in imap_headers when the e-mail contains an | Ilia Alshanetsky | 2003-02-11 | 1 | -4/+32 |
| | | | | | abnormally large number of special characters). | ||||
* | Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array). | Ilia Alshanetsky | 2003-02-03 | 1 | -1/+4 |
| | |||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -9/+3 |
| | |||||
* | fix some typos | foobar | 2003-01-28 | 1 | -3/+3 |
| | |||||
* | - Fixed stupid typo.. | foobar | 2003-01-24 | 1 | -1/+1 |
| | | | | | # I will test before commit, I will test before commit... | ||||
* | Fix bug: #21817 (only enable this if --with-kerberos is used) | foobar | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | quota function fixes. Thanks Wez. | Ilia Alshanetsky | 2003-01-20 | 2 | -7/+10 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-20 | 1 | -116/+101 |
| | | | | | | Removed pointless memory allocation checks. Memory leak fix inside quota functions. | ||||
* | Fix bug: #21687, imap extension does not include gss authentication mechanism | foobar | 2003-01-18 | 2 | -9/+19 |
| | |||||
* | Fixed memory leaks in imap_get_quota & imap_get_quotaroot. | Ilia Alshanetsky | 2003-01-17 | 1 | -26/+9 |
| | | | | | Removed pointless checks around array_init(). | ||||
* | Fix ZTS-ZE2 build | Marcus Boerger | 2003-01-04 | 1 | -26/+26 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Fix order of library additions, so that the imap extension now builds | Sascha Schumann | 2002-12-28 | 1 | -3/+3 |
| | | | | | | successfully with static imap/ssl libs. configure was already failing before. | ||||
* | fixing code style | Frank M. Kromann | 2002-12-07 | 1 | -4/+8 |
| | |||||
* | Fixing a possible strcat on a NULL pointer | Frank M. Kromann | 2002-12-06 | 1 | -1/+2 |
| | |||||
* | Fix the use of "personal" information in To and Cc headers | Frank M. Kromann | 2002-11-30 | 1 | -4/+23 |
| | |||||
* | free alocated mem. | Frank M. Kromann | 2002-11-27 | 1 | -5/+18 |
| | | | | | minor changes in the layout | ||||
* | Avoid , at the end of each string (to, cc and bcc) | Frank M. Kromann | 2002-11-26 | 1 | -3/+3 |
| | |||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 2 | -2/+2 |
| | |||||
* | - Added searching for Kerberos libs in default locations if no path is | foobar | 2002-11-01 | 1 | -8/+18 |
| | | | | | | | given for --with-kerberos. # Marcus, please try this. :) | ||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -4/+0 |
| | | | | | instances | ||||
* | - Fix protos (resource instead of int for stream_id, fix some return protos, | Markus Fischer | 2002-10-09 | 1 | -47/+47 |
| | | | | | | consistent usage of options instead of flags). - Make imap_ping,imap_setquota and imap_setacl return a real (bool) now. | ||||
* | Fixed bug #19280 | Ilia Alshanetsky | 2002-10-08 | 1 | -3/+9 |
| | |||||
* | white space fix | Dan Kalowsky | 2002-09-19 | 1 | -35/+35 |
| | |||||
* | Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org) | Dan Kalowsky | 2002-09-18 | 1 | -1/+35 |
| | |||||
* | missed one section for #15630 | Dan Kalowsky | 2002-09-09 | 1 | -1/+2 |
| | |||||
* | Correcting english in config | Dan Kalowsky | 2002-08-20 | 1 | -2/+2 |
| | |||||
* | ws fixes | foobar | 2002-08-16 | 1 | -56/+55 |
| | |||||
* | Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT | Dan Kalowsky | 2002-08-16 | 1 | -0/+1 |
| | |||||
* | Comming a fix for a compile error found in Bug #15630 | Dan Kalowsky | 2002-08-14 | 1 | -4/+10 |
| | | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode |