GG-Xtreme
New Member
- Messages
- 430
- Reaction score
- 0
- Points
- 0
Requesting Upgrade to anything that allows phpinfo()
I need to upgrade PHP to whatever level allows the following functions:
phpinfo(), set_time_limit(), fread(), feof()
Because it is becoming a real pain as random pages in my MyBB forum and some of the plugins have just become blank or error pages because of this and I have to make unsupported code modifications to make some of them work (others I can't fix, and whenever the MyBB releases an update, it overwrite the code modifications and breaks the forum again). My forum sitemap generator won't work without set_time_limit(), because if it runs longer than the timeout value, it won't finish correctly (it must run multiple times using that function) and the other 2 functions listed. Just commenting out these lines does NOT fix the problem, and I'm not experienced enough with PHP to rewrite everything.
I need to upgrade PHP to whatever level allows the following functions:
phpinfo(), set_time_limit(), fread(), feof()
Because it is becoming a real pain as random pages in my MyBB forum and some of the plugins have just become blank or error pages because of this and I have to make unsupported code modifications to make some of them work (others I can't fix, and whenever the MyBB releases an update, it overwrite the code modifications and breaks the forum again). My forum sitemap generator won't work without set_time_limit(), because if it runs longer than the timeout value, it won't finish correctly (it must run multiple times using that function) and the other 2 functions listed. Just commenting out these lines does NOT fix the problem, and I'm not experienced enough with PHP to rewrite everything.
Last edited: