Would anyone like a PHP 7.1 compatible update to TGPX?
Is anyone still using TGX?
If I can get 10 people or more to confirm they are still running TGPX then I will work on updating the source. If not you can obtain the current version still on GitHub https://github.com/rjkmelb/TGPX-Updated
Would love to see a php 7.1 version. I personally know oif at least 3 other people that are using it. All use php 5.6.x and most, if not all, are using the version you made available. I do know one person still using the original JMB unencoded version for php 5.3.x
Would love to see a php 7.1 version. I personally know oif at least 3 other people that are using it. All use php 5.6.x and most, if not all, are using the version you made available. I do know one person still using the original JMB unencoded version for php 5.3.x
That earlier version on PHP 5.3 is bad, tell that person if they need help upgrading I'll assist.
I started rewriting parts of TGPX with 7.1 in mind (no breaking changes, just refreshing code) but put it aside over Christmas. I expect I can have a 7.1 version on GitHub ready to go by early March if not beforehand.
The version currently on GitHub has no security issues that I am aware of but it won't run on PHP 7 and PHP 5.6 is being used less and less.
Would anyone like a PHP 7.1 compatible update to TGPX?
Is anyone still using TGX?
If I can get 10 people or more to confirm they are still running TGPX then I will work on updating the source. If not you can obtain the current version still on GitHub https://github.com/rjkmelb/TGPX-Updated
I should really check this out. Can't recall what we have implemented now. I just have a kind of stone age server with TGP stuff on it, but I know that is not an awesome solution.
I should really check this out. Can't recall what we have implemented now. I just have a kind of stone age server with TGP stuff on it, but I know that is not an awesome solution.
If it's TGPX and you need a hand installing or upgrading to the version I've been maintaining please let me know and I will do my best to help.
I need to know from current users whether there is anything not working in the current version that needs fixing? Are there any features missing that really must be in the new version?
Fatal Error
Error:
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
That's fixed in the new version, however that won't stop you running the current version on PHP 5.6 - it's just a warning that mysql extension has gone bye bye.
The new version won't have this problem and there's a script to update the database to ensure there are no breaking changes on upgrade.
Comment