PHP and Error Reporting - Mailing list pgsql-php

From
Subject PHP and Error Reporting
Date
Msg-id 20050301191436.45687.qmail@web52403.mail.yahoo.com
Whole thread Raw
In response to Re: grouping query results  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: PHP and Error Reporting
Re: PHP and Error Reporting
List pgsql-php
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

pgsql-php by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: grouping query results
Next
From:
Date:
Subject: Re: PHP and Error Reporting