![]() PEAR_PackageFileManager : The Definitive Guide |
Windows and Unix platform handle end-of-line in a specific way that you should take care if you don't want to have surprise at run-time.
Windows convert line endings to \r\n, while Unix convert line endings to \n. You may decides to prevent problem at package-time, as well as at install-time, and adding two basic tasks : <tasks:windowseol>, and <tasks:unixeol>.
![]() |
Note |
---|---|
This feature is only available for package.xml , version 2.0
|
In this example we have two files pear-phpdoc
and pear-phpdoc.bat
that only one version should be
installed at run-time. We will see later how to specify this condition.
PEAR_PackageFileManager : The Definitive Guide | v 1.6.0 : November 17, 2006 |