I'm having a problem here, I'm trying to set the error_level to show only errors and parse errors for a PHP application I am working on and some of the files must be encrypted. The encryptor being used is CodeLock. The reason I need the error level set to that level is so that warnings that come up when fsockopen cannot connect to a host are not displayed.
With all of the script files unencrypted everything works fine and no warnings are displayed but once the files that need to be encrypted are encrypted these warnings are displayed and I need to get them removed.
Has anyone had any experience with Codelock? Or have had similar problems as I have?
Codelock makes use of the eval function to execute encrypted code, would code executed with eval have problems using the error level set using the error_reporting function?
Any help anyone can provide would be greatly appreciated.