[PHP-DEV] Re: 4.0.2, another showstopper From: Zeev Suraski (zeev <email protected>)
Date: 08/28/00

At 08:30 28/08/2000, André Langhorst wrote:
>umh, I hope I´m not too late :)
>
>1)
>here docs just won´t end, closing text-tag not recognized,
>tested on win32cgi latest CVS
>
>$body= <<<EOD
>foo
>EOD;

It works fine. Did you print out $body?
Note that it may not work properly in interactive mode, I haven't tested it.

>2) just to repeat,
>crash on non-existing include()d and non-existing result sets
>(return by mysql_ ... for example)

Your machine is seriously broken Andre :) Seriously, something's broken in
your build. Badly. You cured one of the symptoms and not the disease with
that C-runtime exclude you added (stuff that got built against the release
C runtime got linked with the debug C runtime - it's not *supposed* to work!).
Needless to say, neither of the above crashes with the latest CVS on my
box(es).

Zeev

--
Zeev Suraski   <zeev <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>