Changeset 24fb7cd
- Timestamp:
- 01/25/12 11:29:00 (4 months ago)
- Branches:
- master
- Children:
- c920479
- Parents:
- ca1d246 (diff), 7ef3270 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Michiel Rook <mrook@…> (01/25/12 11:29:00)
- git-committer:
- Michiel Rook <mrook@…> (01/25/12 11:29:00)
- File:
-
- 1 edited
-
classes/phing/Phing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/Phing.php
r033095d r7ef3270 1166 1166 case 'WINNT': 1167 1167 self::setProperty('host.fstype', 'WINNT'); 1168 self::setProperty('php.interpreter', getenv('PHP_COMMAND'));1169 1168 break; 1170 1169 case 'WIN32': … … 1176 1175 } 1177 1176 1177 self::setProperty('php.interpreter', getenv('PHP_COMMAND')); 1178 1178 self::setProperty('line.separator', PHP_EOL); 1179 1179 self::setProperty('php.version', PHP_VERSION);
Note: See TracChangeset
for help on using the changeset viewer.
