Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30662 invoked from network); 6 Sep 2010 10:24:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2010 10:24:12 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:56511] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/16-28955-B41C48C4 for ; Mon, 06 Sep 2010 06:24:12 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 8BCE4DE13D; Mon, 6 Sep 2010 11:24:08 +0100 (BST) Date: Mon, 6 Sep 2010 11:24:08 +0100 (BST) X-X-Sender: derick@kossu.derickrethans.nl To: Daniel Stefaniuk cc: PHP Developers Mailing List In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] setup a project/develope/compile PHP From: derick@php.net (Derick Rethans) (please use reply-all, and don't top-quote) On Mon, 6 Sep 2010, Daniel Stefaniuk wrote: > On 6 September 2010 10:55, Derick Rethans wrote: > > > On Mon, 6 Sep 2010, Daniel Stefaniuk wrote: > > > > > Where can I find a tutorial how to setup a project, develope and > > > compile PHP from source using IDE environment under Linux? What > > > IDE do you use if any? > > > > I doubt anybody uses an IDE for this, but there instructions at > > http://uk2.php.net/manual/en/install.unix.php > > > Thanks Derick. That manual seems to be a kind of installation > instruction and that's fine but I need some more. Let's say I would > like to contribute to the PHP project and set up a development > environment for myself. I don't believe that all of you use just CLI > and vim :) I think you're mistaken. I would think that almost all of us on a Unix use CLI and some form of text editor (vim, joe, pico, textmate). regards, Derick