#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
3e669bc9 |
| 06-Dec-2005 |
foobar |
MFH: nuke php3 legacy |
Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
43f63e47 |
| 30-Aug-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). |
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE |
|
#
df5cfe27 |
| 07-Aug-2005 |
foobar |
- Fixed bug #29334 (mail() provides incorrect message time header) |
Revision tags: RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
2fae7f1e |
| 08-Apr-2005 |
Ilia Alshanetsky |
Missing part of the patch for bug #32589 |
Revision tags: RELEASE_0_3 |
|
#
cb8d2076 |
| 05-Apr-2005 |
Ilia Alshanetsky |
Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets). |
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
1aab6041 |
| 20-Feb-2005 |
Ilia Alshanetsky |
Simplify Code. |
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
c404bdb9 |
| 25-Jan-2005 |
Antony Dovgal |
check body for NULL before using and prevent segfaults |
#
5e1b1278 |
| 21-Jan-2005 |
Antony Dovgal |
destruct return_value |
#
84a8849a |
| 20-Jan-2005 |
Antony Dovgal |
fix error message |
#
4f3e113e |
| 20-Jan-2005 |
Antony Dovgal |
fix segfault in imap_sort() - it segfaults when options is less than 0. it looks like c-client bug, but we still need a workaround. also, convert_to_string search criteria. |
#
9812f552 |
| 20-Jan-2005 |
Antony Dovgal |
fix segfault in imap_headerinfo() when fromlength or subjectlength are less than 0 + fix protos |
#
c78db344 |
| 18-Jan-2005 |
Ilia Alshanetsky |
Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose). |
#
023c1bcc |
| 18-Jan-2005 |
Ilia Alshanetsky |
Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). |
#
b2980983 |
| 11-Jan-2005 |
foobar |
- Added check for IMAP 2005 version |
#
57eddbd7 |
| 30-Dec-2004 |
foobar |
- Fixed the crash and leak. |
#
a7bc501d |
| 30-Dec-2004 |
Ilia Alshanetsky |
MFH: A leak is better(?) then a crash. |
#
8f7f0017 |
| 29-Dec-2004 |
Ilia Alshanetsky |
Fixed typo. |
#
ed64463b |
| 29-Dec-2004 |
Ilia Alshanetsky |
Fixed memory leaks. |
#
742f8c25 |
| 29-Dec-2004 |
Ilia Alshanetsky |
MFB: don't perform pointless operations. |
#
b19e6669 |
| 22-Dec-2004 |
Ilia Alshanetsky |
Fixed bug #31142 (imap_mail_compose() fails to generate correct output). |
#
4ab69902 |
| 21-Dec-2004 |
Ilia Alshanetsky |
Fixed possible crash in imap_mail_compose(). |
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 |
|
#
6639ab84 |
| 12-Aug-2004 |
Chuck Hagenbuch |
More spaces -> tabs. |
#
5b58b9af |
| 12-Aug-2004 |
Ilia Alshanetsky |
Properly fix the msgno check inside imap_fetchbody(). |