Lines Matching +full:build +full:- +full:release
2 --------------------
4 --------------------
6 - PHP 5.3.X
7 - PHP OpenSSL 0.9.8
8 - PHP with bcmath support
9 - PHP with CURL support
12 --------------------
13 BUILD DEPENDENCIES
14 --------------------
16 - Phing
17 - PHPDocumentor
18 - PHPUnit
19 - XDebug
23 $ sudo pear channel-discover pear.phing.info
24 $ sudo pear install --alldeps phing/phing
26 $ sudo pear channel-discover pear.phpunit.de
27 $ sudo pear install --alldeps channel://pear.phpunit.de/PHPUnit
29 $ sudo pear install --alldeps PhpDocumentor
34 --------------------
35 BUILD TARGETS
36 --------------------
39 $ phing clean # Clean all build artifacts
40 $ phing doc # Build PHPUnit documentation
44 $ phing release # Create a release
45 $ phing publish # Publish a release