History log of /PHP-7.1/win32/sendmail.c (Results 76 – 100 of 111)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 86a884e5 04-Dec-2001 Frank M. Kromann

modified to enable imap_mail() on win32


Revision tags: php-4.1.0RC5, php-4.1.0RC4
# 2afc5d69 30-Nov-2001 Derick Rethans

- Fix for bug 8909 and 12680 (timezone problem)


Revision tags: php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 9a2726e2 05-Sep-2000 Sterling Hughes

This should fix the multiple-line problem.


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 97cb10bc 06-Aug-2000 Zeev Suraski

Fix warning


# f59cbb9e 06-Aug-2000 Zeev Suraski

Fix & optimize


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 62043b9a 06-Aug-2000 Stanislav Malyshev

Add Joey Smith's sendmail_port patch


# de486f78 04-Aug-2000 Joey Smith

Geez, you'd think English wasn' tmy native tongue.


# 62557742 04-Aug-2000 Joey Smith

Outdated URL, link to the master site instead.


# a525d022 28-Jul-2000 Hartmut Holzgraefe

should fix bug #5729

# I'm unable to test, as I still haven't got working Windows
# Please check that it compiles.


# 3afe39e2 11-Jul-2000 Thies C. Arntzen

fix warning in VC6


# 51692417 10-Jul-2000 Jouni Ahto

- Oops, missed two GLOBAL()'s.


12345