Warning: php_uname() has been disabled for security reasons
-
Your plugin uses the PHP function php_uname to detect the OS of the server its being run on. For many hosts, including mine, this function is turned off and can not be enabled. I understand the need to determine the OS of the server but does this function need to be called over and over again? I have a stream of PHP warnings in my logs for this issue. Typically about 50 of them a day. Can this be re-written to either eliminate the use of this function, or to run it once on plugin activation and then store the value?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: php_uname() has been disabled for security reasons’ is closed to new replies.