Skip to content

PHP7 Support in Legacy

Compare
Choose a tag to compare
@bugalot bugalot released this 13 Jun 13:29
· 547 commits to legacy since this release

This legacy release is dedicated to PHP7 support. Class names conflicting with PHP7 new reserved keywords have been renamed:

  • String -> QtiString
  • Float -> QtiFloat
  • Boolean -> QtiBoolean
  • Coords -> QtiCoords
  • DirectedPair -> QtiDirectedPair
  • Duration -> QtiDuration
  • File -> QtiFile
  • Identifier -> QtiIdentifier
  • Integer -> QtiInteger
  • IntOrIdentifier -> QtiIntOrIdentifier
  • Pair -> QtiPair
  • Point -> QtiPoint
  • Shape -> QtiShape
  • Uri -> QtiUri
  • Scalar -> QtiScalar