Ask a Question related to PHP Development, Design and Development.
-
[PHP-DEV] pfpro issuing E_ERROR when E_WARNING would be more appropriate
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
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Guest
-
#38319 [Asn->Csd]: PDO persistent connectrions still produce E_WARNING
ID: 38319 Updated by: iliaa@php.net Reported By: peter at finalarena dot com -Status: Assigned +Status: ... -
PHP issuing script commands
Hello, Is there a small example of a PHP to script interface? I want to write a small page to maintain a file on my computer, but then I need... -
#7322 [Com]: Apache/mod_ssl & PHP 4.0.3 w/ pfpro
ID: 7322 Comment by: bduell at ncacasi dot org Reported By: andrew at neuimage dot com Status: Closed Bug... -
[PHP-DEV] pfpro issuing E_ERROR when E_WARNING would be more
On Mon, 14 Jul 2003, David wrote: It still shouldn't throw a fatal error. E_ERROR is only meant for critical errors that will destabalize the... -
Issuing host commands from the Oracle Server (8.1)
Can anyone help me with this. Oracle 8.1 offers the utl_file package which lets you read and write Operating System files. I would like to be...



Reply With Quote

