Bug #6163

Namespace-Check throws an Error with PHP 5.3.0.

Added by Tommy Seus over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-01-22
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 8
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Error:
Because FLOW3 uses namespaces, it requires at least PHP 5.3.0, you have 5.3.0

version_compare(phpversion(), '5.3.0', '>')

Fix:
version_compare(phpversion(), '5.3.0', '>=')

History

#1 Updated by Karsten Dambekalns over 5 years ago

  • Category set to Core
  • Status changed from New to Resolved
  • Assigned To set to Karsten Dambekalns
  • Priority changed from Should have to Must have
  • Target version set to 1.0 alpha 8

Fixed as of r3749.

Also available in: Atom PDF