Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22519 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71529 invoked by uid 1010); 18 Mar 2006 11:16:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71514 invoked from network); 18 Mar 2006 11:16:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2006 11:16:03 -0000 X-Host-Fingerprint: 212.227.48.61 mayflowerholding.com Linux 2.5 (sometimes 2.4) (4) Received: from ([212.227.48.61:42955] helo=s15175637.rootmaster.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CD/24-55982-2FBEB144 for ; Sat, 18 Mar 2006 06:16:03 -0500 Received: (qmail 22173 invoked by uid 2520); 18 Mar 2006 12:15:59 +0100 Received: from 82.135.87.95 by s15175637 (envelope-from , uid 2020) with qmail-scanner-1.25st (uvscan: v4.4.00/v4721. spamassassin: 3.0.3. perlscan: 1.25st. Clear:RC:0(82.135.87.95):SA:0(-0.6/7.0):. Processed in 3.241866 secs); 18 Mar 2006 11:15:59 -0000 X-Spam-Status: No, hits=-0.6 required=7.0 Received: from ppp-82-135-87-95.mnet-online.de (HELO ?192.168.1.102?) (82.135.87.95) by mayflowerholding.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Mar 2006 12:15:55 +0100 To: internals@lists.php.net Date: Sat, 18 Mar 2006 12:14:29 +0100 User-Agent: KMail/1.9.1 Cc: Rostislav Krasny References: <20060318104349.a899bdfb.rosti.bsd@gmail.com> In-Reply-To: <20060318104349.a899bdfb.rosti.bsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200603181214.29922.johannes@schlueters.de> Subject: Re: [PHP-DEV] no newline after "?>" in the resulting HTML From: johannes@schlueters.de (Johannes Schlueter) Hi Rostislav, this is no support forum but a place for discussing the development of the PHP runtime. PLease see http://php.net/support.php to see where to ask this kind of questions. Thanks, johannes On Saturday 18 March 2006 09:43, Rostislav Krasny wrote: > Hi, > > I am a newbie to PHP. I've installed a php5-cgi-5.1.2_1 from FreeBSD > ports collection and access it by FastCGI protocol from nginx HTTP > server. I've tried an example of "Hello World" PHP script from the > following tutorial page: > > http://www.php.net/manual/en/tutorial.firstpage.php > > This is how the resulting HTML code is expected to look like, according > to the tutorial: > > > > PHP Test > > >

Hello World

> > > > And following is the HTML code I've got: > > > > PHP Test > > >

Hello World

> > > Why there is no newline afer "

Hello World

" ? > Is it a PHP bug or the tutorial should be updated? > > P.S. I'm not subscribed to this list, please Cc your reply.