Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
bcadd534 |
| 21-Sep-2002 |
Markus Fischer |
- Forgot to add an extra space. |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
e2c5462d |
| 02-Jul-2002 |
Frank M. Kromann |
Oops. Last commit reverted some of sebastians changes. |
#
57ec0667 |
| 02-Jul-2002 |
Frank M. Kromann |
Switch from imap_sendmail.* to sendmail.c under Win32 |
Revision tags: php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0 |
|
#
596859eb |
| 14-Jun-2002 |
Sebastian Bergmann |
Remove unused local variables. |
#
d4711e51 |
| 13-Jun-2002 |
Markus Fischer |
- We don't need the check here because the regex makes sure we never have \r\n at the end of the header. |
#
6189dac4 |
| 13-Jun-2002 |
Stefan Esser |
Typo: == instead of = |
#
c3c4c613 |
| 13-Jun-2002 |
Stefan Esser |
- should fix bug#17753 |
Revision tags: RELEASE_0_90 |
|
#
6c6ac37b |
| 05-Jun-2002 |
Markus Fischer |
- Headers are now rewritten to always have \r\n line endings for SMTP. Also automatically removes superflous line breaks at the start and end of the header. # http://cr.yp.to/docs/smt
- Headers are now rewritten to always have \r\n line endings for SMTP. Also automatically removes superflous line breaks at the start and end of the header. # http://cr.yp.to/docs/smtplf.html is a good read about this topic.
show more ...
|
#
44afb19d |
| 03-Jun-2002 |
Markus Fischer |
- Fix a leak and a crash. |
#
9a97d556 |
| 02-Jun-2002 |
Markus Fischer |
- Only add the To: field with the $to parameter if we don't have it in the custom header. This was the behaviour < 4.2.x (but it was broken, this one isn't). # last commit for today,
- Only add the To: field with the $to parameter if we don't have it in the custom header. This was the behaviour < 4.2.x (but it was broken, this one isn't). # last commit for today, promised.
show more ...
|
#
d497ca14 |
| 02-Jun-2002 |
Markus Fischer |
- Revert fix for #14407. The From: header field IS different from the sendmail_from field which is in fact the retturn path. |
#
1ec78a1e |
| 02-Jun-2002 |
Markus Fischer |
- Try to fix most of the buffer overflows and dynamically allocate memory where applicable. |
#
b04656ad |
| 02-Jun-2002 |
Markus Fischer |
- Finish implementation of custom smtp port (introduces "smtp_port" ini config). |
#
c43f813d |
| 02-Jun-2002 |
Markus Fischer |
- Rephrase comment |
#
05293f09 |
| 02-Jun-2002 |
Markus Fischer |
- Classig problem: right idea, wrong pointer ... |
Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2 |
|
#
aec7987d |
| 17-May-2002 |
Markus Fischer |
- Win32 mail() is no longer case-sensitive when it comes to match for any headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :) |
Revision tags: php-4.3.0dev-ZendEngine2-Preview1 |
|
#
bef1729f |
| 15-May-2002 |
Frank M. Kromann |
Fixing line breaks |
#
03faaee8 |
| 15-May-2002 |
Markus Fischer |
- Add support for Bcc in w32/sendmail code. |
#
7a0866ff |
| 14-May-2002 |
Markus Fischer |
- Improve code so errors returned from the server are reported back to the user. # Testers, testers, testers! |
#
b63236bd |
| 14-May-2002 |
Markus Fischer |
- Do not include the Cc: for the first Cc'd recipient (spotted by Richard). |
#
e3974c36 |
| 14-May-2002 |
Markus Fischer |
- Convert unix to dos line endings. # This is *really* annoying ... can only be an advantage for windows users imho. |
#
0815b559 |
| 14-May-2002 |
Markus Fischer |
- Try to find From: field in header, fallback to sendmail_from php.ini setting (Original patch by Michael Sisolak <msisolak@yahoo.com>, enhanced a bit). @- Win32 mail() supports parsing 'Fr
- Try to find From: field in header, fallback to sendmail_from php.ini setting (Original patch by Michael Sisolak <msisolak@yahoo.com>, enhanced a bit). @- Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus).
show more ...
|
#
87286cdb |
| 14-May-2002 |
Markus Fischer |
- Fix win32 sendmail bug with Cc: in custom header not terminated with \r\n - Fix some obvious errors returned by the module, little cleanup. |
Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1 |
|
#
a0492dc8 |
| 20-Dec-2001 |
Frank M. Kromann |
Adding cvs ID |
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0 |
|
#
66d7578c |
| 04-Dec-2001 |
Frank M. Kromann |
Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry was not created. This is WIn32 only. |