History log of /PHP-7.4/win32/sendmail.c (Results 76 – 100 of 129)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b1, php-4.3.3RC1, BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
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.

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 6d55e345 07-Jan-2003 Edin Kadribasic

MFB:
Fixed bug #21442 (Crash of mail() on Windows when the first parameter
is empty).


# a53ff6ff 03-Jan-2003 Anantha Kesari H Y

NetWare related changes/modifications.


# 45ff90cb 28-Dec-2002 Sara Golemon

Typo.


# 072d5c25 28-Dec-2002 Sara Golemon

When scanning for cc: headers, make sure the header is JUST cc: and not bcc: or original-cc: or <anything-printable>cc:
See Bugs # 21036 and # 20707


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# ac2f1624 06-Dec-2002 Frank M. Kromann

Removing unused code and making sure headers are send when called from imap_mail()


# 32d7284c 30-Nov-2002 Frank M. Kromann

Dont scan headers for cc abd bcc if extra parameters are used for these


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.


123456