release v0.1.0
authorMichael Wallner <mike@php.net>
Tue, 1 Feb 2022 11:40:49 +0000 (12:40 +0100)
committerMichael Wallner <mike@php.net>
Tue, 1 Feb 2022 11:44:25 +0000 (12:44 +0100)
commitff55d584097034aaea2db240f5b2b2717b2990f3
treeb1f9f10127000a70d292d13cd3625675b48928a1
parentd9bd7572ee29180662441bf4b0131f352de0b242
release v0.1.0
156 files changed:
.github/workflows/release.yml [new file with mode: 0644]
README.md
docs/Makefile
docs/latest
docs/v0.0/ion.html
docs/v0.1/.htaccess [new file with mode: 0644]
docs/v0.1/.nojekyll [new file with mode: 0644]
docs/v0.1/AUTHORS [new file with mode: 0644]
docs/v0.1/LICENSE [new file with mode: 0644]
docs/v0.1/VERSION [new file with mode: 0644]
docs/v0.1/favicon.ico [new file with mode: 0644]
docs/v0.1/index.css [new file with mode: 0644]
docs/v0.1/index.html [new file with mode: 0644]
docs/v0.1/index.js [new file with mode: 0644]
docs/v0.1/ion.html [new file with mode: 0644]
docs/v0.1/ion.stub.php [new file with mode: 0644]
docs/v0.1/ion/: Contributing.html [new file with mode: 0644]
docs/v0.1/ion/: Security.html [new file with mode: 0644]
docs/v0.1/ion/Catalog.html [new file with mode: 0644]
docs/v0.1/ion/Catalog/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Catalog/add.html [new file with mode: 0644]
docs/v0.1/ion/Catalog/find.html [new file with mode: 0644]
docs/v0.1/ion/Catalog/findBest.html [new file with mode: 0644]
docs/v0.1/ion/Catalog/remove.html [new file with mode: 0644]
docs/v0.1/ion/Decimal.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/Dec128.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/Dec32.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/Dec64.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/DecMax.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/Rounding.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/Context/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/equals.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/isInt.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/toInt.html [new file with mode: 0644]
docs/v0.1/ion/Decimal/toString.html [new file with mode: 0644]
docs/v0.1/ion/Exception.html [new file with mode: 0644]
docs/v0.1/ion/LOB.html [new file with mode: 0644]
docs/v0.1/ion/LOB/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Reader.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Buffer.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Buffer/Reader.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Buffer/Reader/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Buffer/getBuffer.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Options.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Options/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Reader.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream/Reader.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream/Reader/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream/getStream.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream/resetStream.html [new file with mode: 0644]
docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html [new file with mode: 0644]
docs/v0.1/ion/Reader/countAnnotations.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getAnnotation.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getAnnotationSymbol.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getAnnotationSymbols.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getAnnotations.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getDepth.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getFieldName.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getFieldNameSymbol.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getPosition.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getType.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getValueLength.html [new file with mode: 0644]
docs/v0.1/ion/Reader/getValueOffset.html [new file with mode: 0644]
docs/v0.1/ion/Reader/hasAnnotation.html [new file with mode: 0644]
docs/v0.1/ion/Reader/hasAnnotations.html [new file with mode: 0644]
docs/v0.1/ion/Reader/isInStruct.html [new file with mode: 0644]
docs/v0.1/ion/Reader/isNull.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readBool.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readDecimal.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readFloat.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readInt.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readLob.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readLobPart.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readNull.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readString.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readStringPart.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readSymbol.html [new file with mode: 0644]
docs/v0.1/ion/Reader/readTimestamp.html [new file with mode: 0644]
docs/v0.1/ion/Reader/seek.html [new file with mode: 0644]
docs/v0.1/ion/Serializer.html [new file with mode: 0644]
docs/v0.1/ion/Serializer/PHP.html [new file with mode: 0644]
docs/v0.1/ion/Serializer/PHP/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Serializer/serialize.html [new file with mode: 0644]
docs/v0.1/ion/Symbol.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Enum.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Enum/toSID.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Enum/toString.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Enum/toSymbol.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/ImportLocation.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/ImportLocation/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/PHP.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/PHP/asTable.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/System.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/System/asTable.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/Local.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/Local/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/Local/import.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/Shared.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/Shared/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/add.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/find.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/findLocal.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/Table/getMaxId.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/equals.html [new file with mode: 0644]
docs/v0.1/ion/Symbol/toString.html [new file with mode: 0644]
docs/v0.1/ion/Timestamp.html [new file with mode: 0644]
docs/v0.1/ion/Timestamp/Format.html [new file with mode: 0644]
docs/v0.1/ion/Timestamp/Precision.html [new file with mode: 0644]
docs/v0.1/ion/Timestamp/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Type.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer/PHP.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer/PHP/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer/unserialize.html [new file with mode: 0644]
docs/v0.1/ion/Writer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Buffer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Buffer/Writer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Buffer/Writer/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Buffer/getBuffer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Buffer/resetBuffer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Options.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Options/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Stream.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Stream/Writer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Stream/Writer/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Stream/getStream.html [new file with mode: 0644]
docs/v0.1/ion/Writer/Writer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/appendLob.html [new file with mode: 0644]
docs/v0.1/ion/Writer/finish.html [new file with mode: 0644]
docs/v0.1/ion/Writer/finishContainer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/finishLob.html [new file with mode: 0644]
docs/v0.1/ion/Writer/flush.html [new file with mode: 0644]
docs/v0.1/ion/Writer/getDepth.html [new file with mode: 0644]
docs/v0.1/ion/Writer/startContainer.html [new file with mode: 0644]
docs/v0.1/ion/Writer/startLob.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeAnnotation.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeBLob.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeBool.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeCLob.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeDecimal.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeFieldName.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeFloat.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeInt.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeNull.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeString.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeSymbol.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeTimestamp.html [new file with mode: 0644]
docs/v0.1/ion/Writer/writeTypedNull.html [new file with mode: 0644]
docs/v0.1/ion/serialize.html [new file with mode: 0644]
docs/v0.1/ion/unserialize.html [new file with mode: 0644]
package.xml