Date: Wed, 7 May 2003 10:32:32 -0500 From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: <gabriel_ambuehl@buz.ch>, "Roman Neuhauser" <neuhauser@bellavista.cz> Cc: questions@freebsd.org Subject: Re: Re[2]: PHP4 port won't output Content type when run as CGI script Message-ID: <070e01c314ad$e36cec50$fa00a8c0@DaleCoportable> References: <86871511640.20030507152659@buz.ch> <20030507142937.GS12792@freepuppy.bellavista.cz> <6875943312.20030507164051@buz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Gabriel Ambuehl" <gabriel_ambuehl@buz.ch> To: "Roman Neuhauser" <neuhauser@bellavista.cz> Cc: <questions@freebsd.org> Sent: Wednesday, May 07, 2003 9:40 AM Subject: Re[2]: PHP4 port won't output Content type when run as CGI script > -----BEGIN PGP SIGNED MESSAGE----- > > Hello Roman, > > Wednesday, May 7, 2003, 4:29:37 PM, you wrote: > > > > roman@freepuppy ~ 1002:1 > > ./install/php/php-4.3.2RC1/sapi/cli/php -v > > PHP 4.3.2-RC1 (cli) (built: Mar 22 2003 02:52:56) > > Copyright (c) 1997-2003 The PHP Group > > Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies > > > roman@freepuppy ~ 1003:1 > > ./install/php/php-4.3.2RC1/sapi/cgi/php -v > > PHP 4.3.2-RC1 (cgi), Copyright (c) 1997-2003 The PHP Group > > Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies > > > Acutally I'm sure I'm using the CLI edition. I have no clue why the > CGI > edition doesn't get installed in first place cause when I build the > source myself (i.e. not by port) it works perfectly. IMNSHO, there's > something wrong about the port not installing CGI as well. Maybe as > php.cgi alongside php (CLI)? > > I know that in the past, there actually was an option to install the > CGI version but that was removed some time ago. So am I supposed to > build PHP from sources now to get CGI functionality? > > Best regards, > Gabriel The CLI version of PHP>4.3.0 now runs as with the -q switch by default. When building from source, PHP now builds both a CLI and a CGI version in seperate subdirs under the ./sapi/ folder, so you may already have it available...just install it, if you want. 'Course, it'd be better from ports, I guess... HTH, Kevin Kinsey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?070e01c314ad$e36cec50$fa00a8c0>