Difference between revisions of "BOM Checker"
From Contao Community Documentation
m |
|||
Line 8: | Line 8: | ||
| TLVersion=2.8 (not tested, but should work) | | TLVersion=2.8 (not tested, but should work) | ||
| ERLink=http://www.contao.org/extension-list/view/bom_checker.en.html | | ERLink=http://www.contao.org/extension-list/view/bom_checker.en.html | ||
− | | TrackerLink= | + | | TrackerLink=http://www.contao-forge.org/projects/bomchecker/issues |
| DonateLink=Cappuccino | | DonateLink=Cappuccino | ||
}} | }} |
Revision as of 17:10, 8 May 2011
Incomplete Article: This article is not finished yet and needs expansion.
Please expand it and remove this notice when it is finished. |
I'm not a native English speaker. Please correct my mistakes.
Extension-Overview | |
---|---|
Name of the developer | Glen Langer (BugBuster) |
Developer Website | http://www.contao.glen-langer.de |
Version of the extension | 1.0.0 |
Compatibility with Contao Version | ab 2.9 |
Compatibility with TYPOlight Version | 2.8 (not tested, but should work) |
Link to Extension Repository | http://www.contao.org/extension-list/view/bom_checker.en.html |
Donate the developer | Cappuccino |
Link to Tracker | http://www.contao-forge.org/projects/bomchecker/issues |
In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.
The module requires the Standard PHP Library (SPL), this is an integral part of PHP 5, if not disabled.
BOM ?
PHP5 can't correctly interpret Files with a BOM. (Byte Order Mark, 3 bytes at the beginning of a file)
--BugBuster 00:53, 8. Mai 2011 (CEST)