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: Re: [OT] PHP development and debugging within Emacs Date: Sat, 15 Feb 2014 08:58:59 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392451148 14881 80.91.229.3 (15 Feb 2014 07:59:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2014 07:59:08 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 15 08:59:17 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 1WEa9b-0000h0-Eg for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 08:59:15 +0100 Original-Received: from localhost ([::1]:55210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEa9a-0004DP-LM for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 02:59:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEa9N-0004D5-Pd for help-gnu-emacs@gnu.org; Sat, 15 Feb 2014 02:59:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEa9M-0003qh-NH for help-gnu-emacs@gnu.org; Sat, 15 Feb 2014 02:59:01 -0500 Original-Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:35854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEa9M-0003qV-GC for help-gnu-emacs@gnu.org; Sat, 15 Feb 2014 02:59:00 -0500 Original-Received: by mail-we0-f173.google.com with SMTP id x48so3646058wes.18 for ; Fri, 14 Feb 2014 23:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=MJl/EAn9EQ8XTQoR5k2YwBaKpFbPVvc9QQRl56GqfGg=; b=xlOvfJfLilGSNcPnNjuW3X1n37DO/gmeYTxLpIjvTbWjbMmO1lJyzJUndNrlsVLwg6 Tyu1koFr3fO8Be+kTamfFZDT0qRwsQN+ufcViNQu1FlprTlNMQkmQyxgvndrNlIrwJbV A39oxHxvXMJLGQCScGt71XuOx9ULQbSqpcJj9FcYyvG7dUEg9O8gIVU4g9C6dG17QeGt +2OkCveCX7CEIppz0uxozyZPAK4e32oA7nuG9hjYDV7g3l5NyV9k9/tshv+6XVYj+7+X 3Q5WULyjgcDej2ZxxeUDy/cHFT9h0tUVLTFP9pSAezHMUpWWVcob85ahy4MXcLnNE2DM ZpHQ== X-Received: by 10.194.219.132 with SMTP id po4mr9291498wjc.7.1392451139572; Fri, 14 Feb 2014 23:58:59 -0800 (PST) Original-Received: by 10.194.79.136 with HTTP; Fri, 14 Feb 2014 23:58:59 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 1vl6DeWec8LrElSm6V6KoTSNZuQ X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22d 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:96093 Archived-At: On Fri, Feb 14, 2014 at 9:11 AM, Luca Ferrari wrote: > 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. I've found this one that looks promising, I will check it and report if it works for me: https://blogs.oracle.com/opal/entry/quick_debugging_of_php_scripts In the meantime, other suggestions are welcome. Thanks, Luca