Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59843 invoked by uid 1010); 4 Dec 2006 15:57:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59828 invoked from network); 4 Dec 2006 15:57:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2006 15:57:13 -0000 Authentication-Results: pb1.pair.com header.from=info@adaniels.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@adaniels.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adaniels.nl from 82.94.235.198 cause and error) X-PHP-List-Original-Sender: info@adaniels.nl X-Host-Fingerprint: 82.94.235.198 hyak.bean-it.nl Received: from [82.94.235.198] ([82.94.235.198:35651] helo=hyak.bean-it.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/9A-29296-31544754 for ; Mon, 04 Dec 2006 10:56:38 -0500 Received: from [127.0.0.1] (bean-it.xs4all.nl [213.84.27.165]) (authenticated bits=0) by hyak.bean-it.nl (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id kB4FtrXX003269; Mon, 4 Dec 2006 16:55:54 +0100 Message-ID: <4574450C.4070002@adaniels.nl> Date: Mon, 04 Dec 2006 16:55:56 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Elliotte Harold CC: internals@lists.php.net References: <45743553.3090507@metalab.unc.edu> In-Reply-To: <45743553.3090507@metalab.unc.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Spam-Status: No, score=0.0 required=4.0 tests=BAYES_50 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on hyak.bean-it.nl Subject: Re: [PHP-DEV] IDE for PHP development From: info@adaniels.nl (Arnold Daniels) Hi, There is a great tutorial on zend devzone. It's split in 3 (or actualy 4) parts: http://devzone.zend.com/node/view/id/1021 - Part I: Introduction to PHP and Zend http://devzone.zend.com/node/view/id/1022 - Part II: Parameters, Arrays, and ZVALs http://devzone.zend.com/node/view/id/1023 - Part II: Parameters, Arrays, and ZVALs (continued) http://devzone.zend.com/node/view/id/1024 - Part III: Resources Best regards, Arnold Elliotte Harold schreef: > What IDEs are people using and prefer for PHP development? preferably > on Linux or Mac OS X? I'm just starting to poke around in the > internals, and it would be very helpful to have something that let me > jump to definitions. e.g. when I see a macro named RETURN_TRUE in an > apparently void method, I'd like to be able to find the definition of > that macro. > > On a related note, is there any developer level documentation of PHP's > internals anywhere that might answer these sort of questions? I've > looked around but I don't see any. If there is any information about > how to hack on PHP, my google searches keep missing it in the copious > amount of information about how to hack with PHP. :-) >