Last modified 2 years ago
Phing 2.4.1 released!
Phing 2.4.1 was just released, which fixes the following issues:
[460] FtpDeployTask error [458] PHPCodeSniffer Task throws Exceptions [456] Fileset's dir should honor expandsymboliclinks [449] ZipTask creates ZIP file but doesn't set file/dir attributes [448] PatchTask [447] SVNCopy task is not documented [446] Add documentation describing phpdocext [444] PhpCodeSnifferTask fails to generate a checkstyle-like output [443] HttpRequestTask is very desirable [442] public key support for scp and ssh tasks [436] Windows phing.bat can't handle PHP paths with spaces [435] Phing download link broken in bibliography [433] Error in Documentation in Book under Writing a simple Buildfile [432] would be nice to create CoverateThresholdTask [431] integrate Phing with PHP Mess Detector and PHP_Depend [430] FtpDeployTask is extremely un-verbose... [428] Ability to specify the default build listener in build file [426] SvnExport task documentation does not mention "revision" property [421] ExportProperties class incorrectly named [420] Typo in setExcludeGroups function of PHPUnitTask [418] Minor improvement for PhpLintTask
A complete list of tickets can be found via http://phing.info/trac/milestone/2.4.1
For a complete history of Phing, visit http://phing.info/trac/browser/tags/2.4.1/CHANGELOG.
Please report any issues you find in the Phing bug tracker!
Installation
To install the new version of Phing, choose one of the following options:
- Using PEAR:
$> pear channel-discover pear.phing.info $> pear install phing/phing
Or, manually download the package and install using:
$> pear install phing-2.4.1.tgz
- Full package:
