Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33144 invoked from network); 15 Jan 2011 01:44:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2011 01:44:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=zardozrocks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zardozrocks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zardozrocks@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:34474] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/46-27513-81CF03D4 for ; Fri, 14 Jan 2011 20:44:56 -0500 Received: by iwn6 with SMTP id 6so3271383iwn.29 for ; Fri, 14 Jan 2011 17:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=q/vskdmwc4u7MN2BQPUzcorZCXCvjvL1tdO50A/8gms=; b=Pk180cSKazhPFqVM1x2f51BMcD5u33RcdWhJI3fODGzu9mhBozLaiPW0gEz9J3l3LU wTtxzUcnd3TsE0qHvbP6rR3lkzGbD3GSbznZDKFXnvJ6qqwnJQZISpvYeolbtHE1nZp5 z0QlqcKNQHrgNs3Sc32AB1gzuf6GXp3djNuXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=MnvWhPKsCjeQSssQKP52tLBWF39uKpiTGycWaFHyxMArW3mV1tpCFrOi8z6ZAv/t25 y0aaV8Ustv8f7iP1gxKzgf0y52d2eoi7u26rPtJYTQgO9dLWLcJas8KgGssZl3tt5jpu 0/WigfP0ijMV5bVHT93qiFVxAyXbpYMg54WoY= Received: by 10.42.227.130 with SMTP id ja2mr1565076icb.503.1295055893651; Fri, 14 Jan 2011 17:44:53 -0800 (PST) Received: from [192.168.1.100] (cpe-75-83-230-210.socal.res.rr.com [75.83.230.210]) by mx.google.com with ESMTPS id f7sm1284654icq.17.2011.01.14.17.44.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 14 Jan 2011 17:44:52 -0800 (PST) Message-ID: <4D30FC11.5010304@gmail.com> Date: Fri, 14 Jan 2011 17:44:49 -0800 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP development environment From: zardozrocks@gmail.com ("J. Adams") I'm curious about this too. I've been developing on a Mac using nano from the command line and it can be pretty tough. Any and all details welcome. I'm about to set up a 64-bit box with Ubuntu which would be my primary dev box. I also have a windows desktop. On 1/14/2011 5:40 PM, Martin Scotta wrote: > Hi all, > > I'm just starting with the internal PHP development. > Do you have some sort of common development environment? Eclipse project or > the like? > > I'm using Ubuntu but also have a WXP, just for the sake of. > > how do you develop PHP ? > > > Martin Scotta >