Project

General

Profile

Actions

Bug #76250

closed

Different TypoScript behavior between PHP5.6 and PHP7

Added by Philipp Serrer over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-05-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I'm latetly trying to migrate a page to PHP7, but I have some problems with TypoScript.

After some investigation, it seems the error occured because of the reference operator:

tt_content.stdWrap.innerWrap.cObject {
        ...
    103 =< tt_content.stdWrap.innerWrap.cObject.default
    103.20.10.value = box-leading
        ...
}

After the first occurrence of an element with this frame section, every following element also get the class box-leading. If I change =< to a simple =, this part works.

This problem also exists using fluid and cObject.

Interesstingly the page renders correctly if I reload the page with ctrl+f5 hotkey.

Actions

Also available in: Atom PDF