PHP7 Support in Legacy
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