mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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.
This commit is contained in:
parent
f1c4b48c84
commit
a2b2aaa67a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* PHP Sendmail for Windows.
|
||||
*
|
||||
* This file is rewritten specificly for PHPFI. Some functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue