From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 20:45:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0819106566C for ; Wed, 20 Oct 2010 20:45:17 +0000 (UTC) (envelope-from bmettee@pchotshots.com) Received: from mail.pchotshots.com (ns1.pchotshots.com [12.172.123.235]) by mx1.freebsd.org (Postfix) with SMTP id 605088FC08 for ; Wed, 20 Oct 2010 20:45:17 +0000 (UTC) Received: (qmail 64296 invoked by uid 89); 20 Oct 2010 20:45:16 -0000 Received: from unknown (HELO ?12.172.123.228?) (bmettee@pchotshots.com@12.172.123.228) by mail.pchotshots.com with SMTP; 20 Oct 2010 20:45:16 -0000 Message-ID: <4CBF54DD.7060708@pchotshots.com> Date: Wed, 20 Oct 2010 16:45:17 -0400 From: Brad Mettee User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Gary Kline , FreeBSD Mailing List References: <20101019033104.GA19320@thought.org> <20101020174953.GE25310@thought.org> <20101020200201.GF25310@thought.org> <4CBF4E36.5050905@pchotshots.com> <20101020203333.GG25310@thought.org> In-Reply-To: <20101020203333.GG25310@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: need help with php. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 20:45:17 -0000 Gary Kline wrote: > On Wed, Oct 20, 2010 at 04:16:54PM -0400, Brad Mettee wrote: > >> Gary Kline wrote: >> >>> On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: >>> >>>> That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. >>>> >>>> >>> --I don't know what the snag is, but even 5.2 fails. php execs; >>> it just doesn't do anything. I built the test.php with >>> >>> >>> >>> and zip. Scrreen is blank. Let me try konqueror; maybe I don't >>> have something turned on it firfox3. >>> >>> gary >>> >> Try using "> > > > Yeah, been doing that. As a CLI guy, that's preferred:) > I'll cutpaste. You tell me. [[this is with 5.2... ]] > > > root@ethic:/usr/local/www/apache22/data# Invalid null command. > root@ethic:/usr/local/www/apache22/data# > Missing name for redirect. > root@ethic:/usr/local/www/apache22/data# php ./test.php > > root@ethic:/usr/local/www/apache22/data# > > > Hm. php aimed at "./test.php" just catenates the file. Does > that tell you anything? > It tells us that PHP is working fine, and that nothing is wrong with the program itself. I think it's down to a config problem now. Full tag usage " tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP ; servers which are not under your control, because short tags may not ; be supported on the target server. For portable, redistributable code, ; be sure not to use short tags. short_open_tag = Off -----