ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,309
- Points
- 823
Reputation:
As it currently sits the XenForo requirements script (https://xenforo.com/purchase/requirements-zip) does not function check all required and recommended functions. It still currently relies on what php.ini reports through
Read more
Continue reading...
ini_get('disable_functions');
to determine if many functions are available. This is not very accurate as php functions can be disabled in numerous places on the server outside of php.ini, for example through server configuration files like .htaccess, web...Read more
Continue reading...