From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: [OT] PHP development and debugging within Emacs Date: Fri, 14 Feb 2014 09:11:17 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392365483 28125 80.91.229.3 (14 Feb 2014 08:11:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 08:11:23 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 14 09:11:32 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WEDrv-0005Bm-QY for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 09:11:31 +0100 Original-Received: from localhost ([::1]:50258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEDrv-0007YQ-CV for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 03:11:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEDrk-0007YG-8d for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 03:11:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEDrj-0008Th-B2 for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 03:11:20 -0500 Original-Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:36916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEDrj-0008TO-4H for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 03:11:19 -0500 Original-Received: by mail-wg0-f46.google.com with SMTP id x13so136184wgg.1 for ; Fri, 14 Feb 2014 00:11:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=wt4tHhlWhRScR9UgnVOWp6boYtzLQBXzFSB8BqdKJ08=; b=m3BzWcnIAIXiOWhlDHFWPtKD8JrpjtjcOp3cz67PZuRDxj6ULfDdGDVKQlu7KsBV3z geKlD11qO4GdFQ/JqZwPsP+39iZRWPUSm4pFKa/8Go6vsyFpQUnhHyDMraPSShpuFw47 M6epESOP7dQTloskuQlCbgz9fYpnU88D4ZjBarNrtQX1G22IrU3muYAs5MgIAoiDXIN6 aEF5MVDtmHIWtb9DDPZCvdW5sDNmV6hA0EksBS4779Rq0XirDgOSq9qzmFP00szmlqCB b4VeALYRNFr6IT9dmN70LDS6wqth8RcM1GugKk9bS5y92J355NYsuCkKvq1ik99jH593 5+1Q== X-Received: by 10.194.170.167 with SMTP id an7mr692093wjc.39.1392365477888; Fri, 14 Feb 2014 00:11:17 -0800 (PST) Original-Received: by 10.194.79.136 with HTTP; Fri, 14 Feb 2014 00:11:17 -0800 (PST) X-Google-Sender-Auth: KYOF9eVyWieOxBj-XtJqoSuU5YM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96080 Archived-At: Hi all, as the subject says, I'm using Emacs as main PHP developing platform (or better, as main platform for everything). Being used to perldb mode, I was wondering if there is something similar that can help debugging a PHP web application (not command line script) or some suggestions on how to improve the PHP experience (and reduce the stress) using Emacs. Thanks, Luca