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/PhpLintTask.php
1
Type
Line
Description
TODO
68
Do some sort of checking if the path is correct but would
require traversing the systems executeable path too
tasks/ext/ManifestTask.php
1
Type
Line
Description
TODO
259
implement
system/io/YamlFileParser.php
1
Type
Line
Description
TODO
70
: milo - 20142901 - If you plan to extend phing and add a new fileparser, please move this to an abstract
class.
system/io/Win32FileSystem.php
2
Type
Line
Description
FIXME
509
FIXME
555
system/io/ConsoleReader.php
1
Type
Line
Description
FIXME
58
system/io/FileSystem.php
1
Type
Line
Description
FIXME
219
system/io/PhingFile.php
2
Type
Line
Description
TODO
399
Not implemented yet
TODO
412
Not implemented yet
filters/StripWhitespace.php
1
Type
Line
Description
TODO
35
-c use new PHP functions to perform this instead of regex.
parser/DataTypeHandler.php
1
Type
Line
Description
FIXME
58
b2 typehinting
types/AbstractFileSet.php
1
Type
Line
Description
FIXME
367
- pass dir directly when dirscanner supports File
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.