After searching the docs, the forums and the issues on GitHub for a while I was not able to determine which version of osTicket supports which versions of PHP.

(The docs < PHP 5.6+, but various GitHub issues suggest that there is an upper bound for each version of osTicket.)

I am personally interested in whether osTicket 1.12 will run on PHP 7.2 without problems.

But regarding the broader issue I think there should be a detailed compatibility matrix available in the docs. If someone can provide the necessary information I could open a pull request for the docs on GitHub.

Cheers,
bmorg

1.11 introduced PHP v5.6-v7.2 support.
1.12 introduced 7.3 support unofficially.
It was confiemd in 1.12.1+.
1.14 is up to 7.3.

    Thank you for your response!

    ntozier It was confiemd in 1.12.1+.

    Could you direct me to a source for this? I can't seem to find anything in the release notes or the commit messages. Thanks!

    Thanks! I was searching the commit messages for the wrong version, no wonder I couldn't find them...

    Maybe I am misinterpreting the GitHub GUI, but it looks like these commits have been in all tags since v1.11 (e.g.)?

    Yes. Each version is built on top of the old one.

    12 days later

    Ah! I had misread your earlier comment (missed the -v7.2 part). Thanks for the info!

    Write a Reply...