Re: PHP and Error Reporting

From: <operationsengineer1(at)yahoo(dot)com>
To: operationsengineer1(at)yahoo(dot)com, pgsql-php(at)postgresql(dot)org
Subject: Re: PHP and Error Reporting
Date: 2005-03-01 19:27:15
Message-ID: 20050301192715.79030.qmail@web52404.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

i also have the following set in my php.ini file...

display_errors = On

error_reporting = ~E_ALL

still no error is being reported...

--- operationsengineer1(at)yahoo(dot)com wrote:

> i'm running php with postgresql. i just finished
> polishing off a pretty long query sequence. my page
> returns a blank page.
>
> how do i turn on error reporting when running php as
> a
> cgi on my development xp / cygwin box?
>
> i tried including...
>
> ini_set('error_reporting', E_ALL);
>
> and then i tried including...
>
> error_reporting(E_ALL);
>
> no error was reported - just a blank screen.
>
> i'm sure it is a simple oversite, but it is so much
> easier when php tell you where it breaks than to
> have
> to find waldo by searching the entire script.
>
> tia...
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map
> settings
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mitch Pirtle 2005-03-01 19:31:48 Re: PHP and Error Reporting
Previous Message operationsengineer1 2005-03-01 19:14:35 PHP and Error Reporting