Project

General

Profile

Actions

Bug #42989

closed

Module ist broken under Windows in T3 RC1

Added by bjoern schubert over 11 years ago. Updated about 11 years ago.

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

breaking-down.png (57.9 KB) breaking-down.png bjoern schubert, 2012-11-14 22:43
em.PNG (122 KB) em.PNG Martin Huber, 2012-11-19 21:52
Actions

Also available in: Atom PDF