Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34662 invoked by uid 1007); 11 Jul 2003 03:13:49 -0000 Message-ID: <20030711031349.34660.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: Date: Thu, 10 Jul 2003 20:10:25 -0700 Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 64.142.6.231 Subject: pfpro issuing E_ERROR when E_WARNING would be more appropriate From: pollita@php.net 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