Tokenizer Versions Save

A small library for converting tokenized PHP source code into XML (and potentially other formats)

1.2.3

2 months ago

Changed

  • Do not use implict nullable type (thanks @sebastianbergmann), this should make things work on PHP 8.4

1.2.2

5 months ago

Fixed

  • #18: Tokenizer fails on protobuf metadata files

1.1.2

5 years ago

Revert PHPUnit 8 update to stay PHP 7.0 compliant.

This release does not include any functionality change otherwise.

1.1.1

5 years ago

Fixed

  • #1: Empty file causes invalid array read

Changed

  • Tests should now be PHPUnit 8 compliant

1.1.0

7 years ago
  • Allow use of custom namespace for XML serialization

1.0.0

7 years ago