PHP API 1.0.7

Alister memcached@abulman.co.uk
Mon, 11 Aug 2003 19:23:51 +0100


On Mon, 11 Aug 2003 00:37:40 -0400
Ryan Gilfether <ryan@gilfether.com> wrote:

> Lisa Marie Seelye wrote:
> > Not to be incredibly anal, but the .php file should not have any
> > newlines after the closing ?> tag -- this tends to mess with headers
> > should it be included after headers have been sent. :(

> yes, you're right, I didnt notice that a newline got included at the
> end of the file. I'll be sure to remove it in future releases. Thanks
> for pointing it out.

I tend to just not put in the trailing ?> - if it's not there, you can't
have errant spaces after it.

Alister