From: Sebastian Jennen Date: Sat, 27 Jul 2019 07:47:32 +0000 (+0200) Subject: file encoding cleanup: remove bom in win32 files X-Git-Tag: php-7.4.0beta2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2b2aaa67a834d014d2f800cc65c86cb557cac61;p=php file encoding cleanup: remove bom in win32 files These two files have been: "UTF-8 Unicode (with BOM) text". By applying `dos2unix` on these files the BOM has been removed. I checked the whole source code with dos2unix: These were the only two text files affected. --- diff --git a/win32/select.c b/win32/select.c index 810130c970..b02766e4f3 100644 --- a/win32/select.c +++ b/win32/select.c @@ -1,4 +1,4 @@ -/* +/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ diff --git a/win32/sendmail.c b/win32/sendmail.c index 00063931ea..98b61ec920 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -1,4 +1,4 @@ -/* +/* * PHP Sendmail for Windows. * * This file is rewritten specificly for PHPFI. Some functionality