From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:26:02 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 0ABD01065672 for ; Tue, 30 Nov 2010 07:26:02 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id BECAC8FC15 for ; Tue, 30 Nov 2010 07:26:01 +0000 (UTC) Received: by yxh35 with SMTP id 35so2697128yxh.13 for ; Mon, 29 Nov 2010 23:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=qxFuFEmi3ZwnRQ4spNUiABcgev4WUbh33+q3LDxQUUY=; b=GzFhJyBvwxBhY99NdXgNWWzAhDGWmWmzsy/rTinS70TlIhNCkxrSqb3AULzmn/KDg/ afT/IppMycEcz3whCgXLhZgm79Jrlw9ZQlXNBOyyDNFDTHMwSS8mg+LdO9I+vRKKxyiY I6hDr4Ei/rfkm2uC/WjnbcF/XHerylrMoH04Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WJzA+7wg6/NmYiplJGrnMEhEXHB76AlFnaoK8dX8juHs/xdskwQ5DAV05lIVZqycqV prx3ijlWqHTFHjEOSGUUgw4kLkk7hJCbMGYPLyrB/KiB4KScx/lHCv4kQkvbvJ7eSeGI a4WtOL6GfH5bV5AmkjrNqRf9a6eZZFUyizY/Y= MIME-Version: 1.0 Received: by 10.42.154.72 with SMTP id p8mr2003815icw.59.1291100489121; Mon, 29 Nov 2010 23:01:29 -0800 (PST) Received: by 10.42.228.72 with HTTP; Mon, 29 Nov 2010 23:01:28 -0800 (PST) Date: Mon, 29 Nov 2010 23:01:28 -0800 Message-ID: From: David Allen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 07:26:02 -0000 I'm new to PHP, and I'm trying to make use of the interactive commandline, but I'm finding 'php -a' isn't working. More specifically, no 'php>' prompt, no output, nada. I've found comments on the intarwebs making mention of the need for readline support, but past that, I'm at a loss. Thanks!