Date: 08/28/00
- Next message: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Previous message: gk <email protected>: "[PHP-DEV] PHP 4.0 Bug #6391: charset error"
- In reply to: André Langhorst: "[PHP-DEV] 4.0.2, another showstopper"
- Next in thread: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Reply: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Previous message: gk <email protected>: "[PHP-DEV] PHP 4.0 Bug #6391: charset error"
- In reply to: André Langhorst: "[PHP-DEV] 4.0.2, another showstopper"
- Next in thread: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Reply: André Langhorst: "Re: [PHP-DEV] Re: 4.0.2, another showstopper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

