Do some sort of checking if the path is correct but would
require traversing the systems executeable path too
tasks/ext/FtpDeployTask.php
1
Type
Line
Description
TODO
296
change to a loop through all files and directories within current directory
tasks/ext/ReplaceRegexpTask.php
1
Type
Line
Description
TODO
129
... $this->_regexp->
tasks/ext/ManifestTask.php
1
Type
Line
Description
TODO
259
implement
tasks/ext/svn/SvnSwitchTask.php
1
Type
Line
Description
TODO
42
check if version_control_svn supports constants
tasks/ext/svn/SvnCheckoutTask.php
1
Type
Line
Description
TODO
42
check if version_control_svn supports constants
tasks/ext/svn/SvnExportTask.php
1
Type
Line
Description
TODO
44
check if version_control_svn supports constants
tasks/ext/svn/SvnUpdateTask.php
1
Type
Line
Description
TODO
42
check if version_control_svn supports constants
tasks/system/ApplyTask.php
1
Type
Line
Description
TODO
35
Add support for mapper, targetfile expressions
tasks/system/PhpEvalTask.php
1
Type
Line
Description
TODO
37
Add support for evaluating expressions
parser/DataTypeHandler.php
1
Type
Line
Description
FIXME
58
b2 typehinting
filters/StripWhitespace.php
1
Type
Line
Description
TODO
35
-c use new PHP functions to perform this instead of regex.
types/RegularExpression.php
1
Type
Line
Description
TODO
48
Probably both $ignoreCase and $multiline should be removed
from attribute list of RegularExpression class:
actual values are preserved on regexp *engine* level, not expression
object itself.
types/AbstractFileSet.php
1
Type
Line
Description
FIXME
368
- pass dir directly when dirscanner supports File
system/io/FileSystem.php
1
Type
Line
Description
FIXME
219
system/io/Win32FileSystem.php
2
Type
Line
Description
FIXME
509
FIXME
555
system/io/YamlFileParser.php
1
Type
Line
Description
TODO
71
: milo - 20142901 - If you plan to extend phing and add a new fileparser, please move this to an abstract
class.