Actions
Bug #42989
closedModule ist broken under Windows in T3 RC1
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-11-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- on webserver (linux) it works fine
- on home-pc (win7 + apache2.2 + (php 5.3 / php 5.4 (both tested))) it breaks like below
----
typo3\sysext\fluid\Classes\Core\Parser\TemplateParser.php
----
protected function splitTemplateAtDynamicTags($templateString) { $regularExpression = $this->prepareTemplateRegularExpression(self::$SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS); return preg_split($regularExpression, $templateString, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); //<= here it breaks }
---
Files
Actions