From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 12:03:20 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 E291E1065679 for ; Tue, 30 Nov 2010 12:03:20 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBCB8FC25 for ; Tue, 30 Nov 2010 12:03:20 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PNOvX-0007Qb-0F for freebsd-questions@freebsd.org; Tue, 30 Nov 2010 13:03:19 +0100 Received: from 87.242.97.5 ([87.242.97.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Nov 2010 13:03:18 +0100 Received: from citrin by 87.242.97.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Nov 2010 13:03:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anton Yuzhaninov Date: Tue, 30 Nov 2010 12:03:00 +0000 (UTC) Organization: Vega Lines: 12 Sender: Anton Yuzhaninov Message-ID: References: X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 87.242.97.5 X-Comment-To: David Allen User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/9.0-CURRENT (i386)) Subject: Re: PHP Command Line 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: Tue, 30 Nov 2010 12:03:21 -0000 On Mon, 29 Nov 2010 23:01:28 -0800, David Allen wrote: DA> I'm new to PHP, and I'm trying to make use of the interactive commandline, DA> but I'm finding 'php -a' isn't working. More specifically, no 'php>' DA> prompt, no output, nada. If you need prompt, try to install realine extension from /usr/ports/lang/php52-extensions (if php52 is used). -- WBR, Anton Yuzhaninov