Changeset 6e4825c
- Timestamp:
- 01/28/12 14:21:57 (4 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r850d3cc r6e4825c 1001 1001 1002 1002 <-- List the contents of "/tmp" out to a file. --> 1003 <exec command="ls -l /tmp > foo.out" escape="false"/>1003 <exec command="ls -l /tmp > foo.out" /> 1004 1004 </pre> 1005 1005 <h3>Attributes</h3> … … 1060 1060 <td>escape</td> 1061 1061 <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> 1065 1066 <td>No</td> 1066 1067 </tr> … … 1069 1070 <td>Boolean</td> 1070 1071 <td>Whether to use PHP's passthru() function instead of exec().</td> 1071 <td>F ALSE</td>1072 <td>False</td> 1072 1073 <td>No</td> 1073 1074 </tr> … … 1077 1078 <td>Whether to log returned output as MSG_INFO instead of 1078 1079 MSG_VERBOSE.</td> 1079 <td>F ALSE</td>1080 <td>False</td> 1080 1081 <td>No</td> 1081 1082 </tr> … … 1085 1086 <td>Whether to spawn unix programs to the background, 1086 1087 redirecting stdout.</td> 1087 <td>F ALSE</td>1088 <td>False</td> 1088 1089 <td>No</td> 1089 1090 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
