From owner-freebsd-ports@FreeBSD.ORG Fri Jun 10 07:27:27 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 259F316A41C; Fri, 10 Jun 2005 07:27:27 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB24D43D5C; Fri, 10 Jun 2005 07:27:26 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 57B8260F3; Fri, 10 Jun 2005 09:27:19 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id 3E5FF60F2; Fri, 10 Jun 2005 09:27:19 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 2745433C3B; Fri, 10 Jun 2005 09:27:19 +0200 (CEST) To: Garance A Drosehn References: <200506090027.j590R2t0070899@repoman.freebsd.org> <20050609003619.GA10578@xor.obsecurity.org> <20050609100815.GB16677@over-yonder.net> <20050609160316.GC16677@over-yonder.net> <20050610062431.GA78875@isis.sigpipe.cz> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 10 Jun 2005 09:27:19 +0200 In-Reply-To: <20050610062431.GA78875@isis.sigpipe.cz> (Roman Neuhauser's message of "Fri, 10 Jun 2005 08:24:31 +0200") Message-ID: <86fyvq3c4o.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Learn: ham X-Spam-Score: -5.1/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tim.des.no Cc: Kris Kennaway , freebsd-ports@FreeBSD.org, "Matthew D. Fuller" , freebsd-arch@FreeBSD.org Subject: Re: Bug in #! processing - "pear broken on current" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 07:27:27 -0000 Roman Neuhauser writes: > The pear people have hacked around the other OS's limitations. > > This change makes FreeBSD lose one small but fine competitive > advantage over other unix-like systems. Pity. Huh? Here's what pear looks like on Debian: #!/usr/bin/php4 -Cq des@cat ~% php -n -q -dsafe_mode=3D0 -doutput_buffering=3D1 foo.php hello, world! des@cat ~% ./foo.php Usage: php [options] [-f] [args...] php [options] -r [args...] php [options] [-- args...] -a Run interactively -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=3Dbar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse . -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r Run PHP without using script tags -s Display colour syntax highlighted source. -v Version number -w Display source with stripped comments and whitespace. -z Load Zend extension . args... Arguments passed to script. Use -- args when first argum= ent starts with - or script is read from stdin DES --=20 Dag-Erling Sm=F8rgrav - des@des.no