Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP error processing #37

Open
mc12345678 opened this issue Nov 7, 2017 · 0 comments
Open

PHP error processing #37

mc12345678 opened this issue Nov 7, 2017 · 0 comments

Comments

@mc12345678
Copy link
Owner

One of the characteristics of EP4 is that an error log generated as part of processing the file(s) is presented to the user within the EP4 admin screen.

The way this has been enabled/performed has been basically through error catching when using standard PHP commands instead of using the ZC related functions. Support of multiple versions of PHP has required specifically formatted code to allow continued operation and to have/keep this EP4 "error log". Ultimately though, compatibility of EP4 with future versions of PHP and ZC arrangements would be improved if ZC functions could be used throughout instead of mysql_/mysqli_ functions.

Look into the way to "overtake" the ZC error processing for the time(s) when it would be desirable to have the EP4 log available/generated. This may mean that the method of error processing is swapped back and forth during operation as a possibility; however, should not do so during the actual processing to reduce the number of extraneous operations during large file processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant