I see from this thread that OS Ticket does not yet fully support PHP version 7.x. Will that be implemented soon? We are working on upgrading our server, and we use OS Ticket a lot in our environment.

osTicket supports 7.0.x.  It does not support 7.1.x+ at this time.Q: Will that be implemented soon?A: I beleive this is being addressed with the 2.0 release.

Thanks! Is there a timeline for when Version 2.0 will be released?

Fair enough. We've got some talented PHP programmers here, so we can make 1.10.1 work for us on PHP 7.1 until 2.0 is out. Thanks!

If you look at the github project I think that most of it has already been done for you. :)

6 months later

Testing 1.11.0rc1 on PHP 7.2.
I had to fix just one error (include/class.orm.php line 1662). The others are warning, but have yet to be addressed. Usually the fix is trivial (or so appears): just add the missing parameters to the function definition.

PS: maybe it could be worth noting that 'memcache' session backend actually uses memcached, since memcache is deprecated.

Write a Reply...