Bug #57465

Fatal Error in ContentCache on PHP 5.3

Added by Benno Weinzierl over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-03-31
Priority:Must have Due date:
Assigned To:Benno Weinzierl % Done:

100%

Category:-
Target version:-

Description

In Ubuntu Presice with PHP 5.3 the following Error occures (after some requests in backend).

Fatal error: Cannot access self:: when no class scope is active in /project/Data/Temporary/Development/SubContextVagrantBox/Cache/Code/Flow_Object_Classes/TYPO3_TypoScript_Core_Cache_ContentCache.php on line 218 

Patch will follow...

Associated revisions

Revision 2e859b1c
Added by Benno Weinzierl over 1 year ago

[BUGFIX] Fixes Incompatibility with PHP 5.3

Replaced call to self:: in an anonymous function to prevent PHP 5.3
from throwing a Fatal Error (Cannot access self:: when no class scope
is active).

Change-Id: I22345eb03d8204785967020602be9646bebebf07
Resolves: #57465
Releases: 1.1, master
Reviewed-on: https://review.typo3.org/28990
Reviewed-by: Benno Weinzierl
Tested-by: Benno Weinzierl
Reviewed-by: Soren Malling
Reviewed-by: Christopher Hlubek
Tested-by: Christopher Hlubek

Revision 0c36c32d
Added by Benno Weinzierl over 1 year ago

[BUGFIX] Fixes Incompatibility with PHP 5.3

Replaced call to self:: in an anonymous function to prevent PHP 5.3
from throwing a Fatal Error (Cannot access self:: when no class scope
is active).

Change-Id: I22345eb03d8204785967020602be9646bebebf07
Resolves: #57465
Releases: 1.1, master
Reviewed-on: https://review.typo3.org/29108
Reviewed-by: Christopher Hlubek
Tested-by: Christopher Hlubek

History

#1 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.TypoScript has been pushed to the review server.
It is available at https://review.typo3.org/28990

#2 Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch master of project Packages/TYPO3.TypoScript has been pushed to the review server.
It is available at https://review.typo3.org/28990

#3 Updated by Gerrit Code Review over 1 year ago

Patch set 3 for branch master of project Packages/TYPO3.TypoScript has been pushed to the review server.
It is available at https://review.typo3.org/28990

#4 Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch 1.1 of project Packages/TYPO3.TypoScript has been pushed to the review server.
It is available at https://review.typo3.org/29108

#5 Updated by Christopher Hlubek over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF