Re: [PHP] exit and ob_*

2007-10-12 Thread Philip Thompson
On 10/12/07, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > On 10/12/07, Philip Thompson <[EMAIL PROTECTED]> wrote: > > I suppose this isn't a big deal during production, but during testing > it's > > really frustrating. Does anyone have any suggestions as to why 'exit' is > > functioning (no pun in

Re: [PHP] exit and ob_*

2007-10-12 Thread Andrew Ballard
On 10/12/07, Philip Thompson <[EMAIL PROTECTED]> wrote: > I suppose this isn't a big deal during production, but during testing it's > really frustrating. Does anyone have any suggestions as to why 'exit' is > functioning (no pun intended) this way? Note: I do want what's currently in > the buffer

Re: [PHP] exit and ob_*

2007-10-12 Thread Philip Thompson
On 10/12/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-10-12 at 14:30 -0500, Philip Thompson wrote: > > On 10/12/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > > > Have you checked your error log to see if there an error being > generated > > > that you can't see? > > > >

Re: [PHP] exit and ob_*

2007-10-12 Thread Robert Cummings
On Fri, 2007-10-12 at 14:30 -0500, Philip Thompson wrote: > On 10/12/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > Have you checked your error log to see if there an error being generated > > that you can't see? > > > > Cheers, > > Rob. > > > Yes, no unusual errors. The thing is... this

Re: [PHP] exit and ob_*

2007-10-12 Thread Robert Cummings
Have you checked your error log to see if there an error being generated that you can't see? Cheers, Rob. On Fri, 2007-10-12 at 14:03 -0500, Philip Thompson wrote: > Hi. This is weird. Here's my structure. I have an index.php file that just > includes the content depending on what page the user

Re: [PHP] exit and ob_*

2007-10-12 Thread Philip Thompson
On 10/12/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Have you checked your error log to see if there an error being generated > that you can't see? > > Cheers, > Rob. Yes, no unusual errors. The thing is... this wasn't an issue when I was developing on a Suse box running apache. Recently,