Phing 2.4.12 released!
Phing 2.4.12 was just released, fixing an unfortunate PHP 5.2 compatibility break and a number of other issues. This release also introduces a Composer package.
- #877 Add 'level' attribute to resolvepath task
- #876 JslLint Task is_executable() broken
- #874 ParallelTask.php is not PHP 5.2 compatible
- #860 SvnBaseTask: getRecursive
- #539 Custom build log mailer
- #406 an ability to turn phpLint verbose ON and OFF
A complete list of tickets can be found via http://phing.info/trac/milestone/2.4.12
For a complete history of Phing, visit our GitHub page at https://github.com/phingofficial/phing
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.12.tgz
- Full package:
- PHAR package
- Starting with 2.4.12, a complete PHAR package of Phing is provided
- Download the new PHAR package and execute:
$> php phing-2.4.12.phar
Last modified 14 months ago
Last modified on 04/06/2012 09:13:32 PM
