Changeset 6e4825c


Ignore:
Timestamp:
01/28/12 14:21:57 (4 months ago)
Author:
mrook
Branches:
master
Children:
6be12ae
Parents:
c920479
git-author:
Michiel Rook <mrook@…> (01/28/12 14:21:57)
git-committer:
Michiel Rook <mrook@…> (01/28/12 14:21:57)
Message:

Fixes #834 - correct default value for escape attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r850d3cc r6e4825c  
    10011001 
    10021002&lt;-- List the contents of &quot;/tmp&quot; out to a file. --&gt; 
    1003 &lt;exec command=&quot;ls -l /tmp &gt; foo.out&quot; escape=&quot;false&quot; /&gt; 
     1003&lt;exec command=&quot;ls -l /tmp &gt; foo.out&quot; /&gt; 
    10041004</pre> 
    10051005        <h3>Attributes</h3> 
     
    10601060                                <td>escape</td> 
    10611061                                <td>Boolean</td> 
    1062                                 <td>By default, we escape shell metacharacters before 
    1063                                         executing. Setting this to false will disable this precaution.</td> 
    1064                                 <td>TRUE</td> 
     1062                                <td>By default, shell metacharacters are not 
     1063                                escaped before executing. Setting this to true will 
     1064                                enable this precaution.</td> 
     1065                                <td>False</td> 
    10651066                                <td>No</td> 
    10661067                        </tr> 
     
    10691070                                <td>Boolean</td> 
    10701071                                <td>Whether to use PHP's passthru() function instead of exec().</td> 
    1071                                 <td>FALSE</td> 
     1072                                <td>False</td> 
    10721073                                <td>No</td> 
    10731074                        </tr> 
     
    10771078                                <td>Whether to log returned output as MSG_INFO instead of 
    10781079                                        MSG_VERBOSE.</td> 
    1079                                 <td>FALSE</td> 
     1080                                <td>False</td> 
    10801081                                <td>No</td> 
    10811082                        </tr> 
     
    10851086                                <td>Whether to spawn unix programs to the background, 
    10861087                                        redirecting stdout.</td> 
    1087                                 <td>FALSE</td> 
     1088                                <td>False</td> 
    10881089                                <td>No</td> 
    10891090                        </tr> 
Note: See TracChangeset for help on using the changeset viewer.