wiki:Users/News/Phing 2.4.3 released

Phing 2.4.3 released!

Phing 2.4.3 was just released. This release adds tasks to interface with Git and Amazon S3, adds support for PHPUnit 3.5, and fixes numerous issues.

[583] UnixFileSystem::compare() is broken
[582] Add haltonerror attribute to copy/move tasks
[581] XmlProperty creating wrong properties
[577] SVN commands fail on Windows XP
[575] xmlproperty - misplaced xml attributes
[574] Task "phpcodesniffer" broken, no output
[572] ImportTask don't skipp file if optional is set to true
[560] [PATCH] Compatibility with PHPUnit 3.5.
[559] UpToDate not override value of property when target is called by phingcall
[555] STRICT Declaration of UnixFileSystem::getBooleanAttributes() should be compatible with that of FileSystem::getBooleanAttributes()
[554] Patch to force PhpDocumentor to log using phing
[551] SVN Switch Task
[550] Ability to convert encoding of files
[549] ScpTask doesn't finish the transfer properly
[547] The new attribute version does not work
[543] d51PearPkg2Task: Docs link wrong
[542] JslLintTask: wrap conf parameter with escapeshellarg
[537] Install documentation incorrect/incomplete
[536] DbDeployTask: Undo script wrongly generated
[534] Task for downloading a file through HTTP
[531] cachefile parameter of PhpLintTask also caches erroneous files
[530] XmlLintTask does not stop buid process when schema validation fails
[529] d51pearpkg2: setOptions() call does not check return value
[526] pearpkg2: extdeps and replacements mappings not documented
[525] pearpkg2: minimal version on dependency automatically set max and recommended
[524] pearpkg2: maintainers mapping does not support "active" tag
[520] Need SvnLastChangedRevisionTask to grab the last changed revision for the current working directory
[518] [PHP Error] file_put_contents(): Filename cannot be empty in phpcpdesniffer task
[513] Version tag doesn't increment bugfix portion of the version
[511] Properties not being set on subsequent sets.
[510] to show test name when testing fails
[501] formatter type "clover" of task "phpunit" doesn't generate coverage according to task "coverage-setup"
[488] FtpDeployTask is very silent, error messages are not clear
[455] Should be able to ignore a task when listing them from CLI
[369] Add Git Support

A complete list of tickets can be found via  http://phing.info/trac/milestone/2.4.3

For a complete history of Phing, visit  http://phing.info/trac/browser/tags/2.4.3/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.3.tgz