Actions
Bug #35329
closedPHP: unexpected T_STRING in /t3lib/utility/class.t3lib_utility_command.php
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
PHP Error: "syntax error, unexpected T_STRING in /t3lib/utility/class.t3lib_utility_command.php on line 89" after update from 4.5.12 to 4.5.14.
Line 89 in class.t3lib_utility_command.php:
$path = addhandler add($originalPath);
Updated by Markus Klein over 12 years ago
Please double check the source.
According to [1] the current file version doesn't include the aforementioned code.
Line 89 is:
$path = escapeshellarg($originalPath);
The history of this file is [2].
[1] http://git.typo3.org/TYPO3v4/Core.git?a=blob;f=t3lib/utility/class.t3lib_utility_command.php;h=a154c975b00d5e9014f8aabc0627c8690fd6820a;hb=refs/heads/TYPO3_4-5
[2] http://git.typo3.org/TYPO3v4/Core.git?a=history;f=t3lib/utility/class.t3lib_utility_command.php;h=a154c975b00d5e9014f8aabc0627c8690fd6820a;hb=refs/heads/TYPO3_4-5
Updated by Georg Ringer over 12 years ago
- Status changed from New to Needs Feedback
Updated by Dmitry Dulepov over 12 years ago
- Status changed from Needs Feedback to Closed
$ php -l t3lib/utility/class.t3lib_utility_command.php No syntax errors detected in t3lib/utility/class.t3lib_utility_command.php
So there is no syntax error there. We have a check for PHP syntax in Gerrit, so the code with PHP error could never come into TYPO3.
Actions