History log of /php-src/win32/sendmail.c (Results 126 – 148 of 148)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

# 4ecbeb88 10-Jul-2000 Jouni Ahto

- Another attempt to sync with PHP3 and handle multiple recipients.
- Change all \'s to \r\n.
- It's now PHP 4.0 WIN32 -mailer.

# I'm unable to test, I haven't got Windows. Please ch

- Another attempt to sync with PHP3 and handle multiple recipients.
- Change all \'s to \r\n.
- It's now PHP 4.0 WIN32 -mailer.

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

show more ...

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 130b9e7e 27-Jun-2000 Zeev Suraski

Revert the sendmail.c patch - it uses 4 different variables that aren't defined, and breaks
the Win32 build

# 6f2843fa 27-Jun-2000 Hartmut Holzgraefe

should now get multiple To: and Cc: recievers right
(code taken from php3 version)

Revision tags: php-4.0.1RC
# 1e5a405c 17-Jun-2000 Andi Gutmans

- Make Windows compile
- Windows doesn't support LC_MESSAGES

# 87a491d7 16-Jun-2000 Hartmut Holzgraefe

C++ // comments are evil ...

Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2, PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH, php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 57882d58 19-Jun-1999 Zeev Suraski

Use php.ini instead of php3.ini

# f6ad4b09 10-Jun-1999 Frank M. Kromann

Sync. with php3. Only add Date: and From: if not supplied by user

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 0818d96c 24-Apr-1999 Zeev Suraski

A lot of cleanups... Removed old thread-safe code and other redundant code and files

# 6f7c0ede 23-Apr-1999 Zeev Suraski

Remove tls.[ch]

Revision tags: BEFORE_STACK_PATCH
# e3d2234b 10-Apr-1999 Zeev Suraski

A lot of php3_ini -> php_ini work

Revision tags: CLOSED_BETA
# aceaabce 07-Apr-1999 Zeev Suraski

PHP 4.0

123456