pfpro issuing E_ERROR when E_WARNING would be more appropriate

php.internals

Sara Golemon

23 years ago
ext/pfpro/pfpro.c has several php_error_docref() calls (particularly in pfpro_process) which issue E_ERROR (Fatal Errors/Non-recoverable) in situations where an E_WARNING would seem more appropriate (as it would allow the calling script to recover and continue. Is there a particular reason a fatal error would be thrown in this case? -Sara