Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44382 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85375 invoked from network); 20 Jun 2009 23:44:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2009 23:44:59 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:51768] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/32-09016-A747D3A4 for ; Sat, 20 Jun 2009 19:44:59 -0400 Received: (qmail 22864 invoked by uid 89); 21 Jun 2009 00:18:02 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.62.232) by mailout2.netbeat.de with ESMTPA; 21 Jun 2009 00:18:02 -0000 To: Martin Wernstahl Cc: internals@lists.php.net In-Reply-To: <4ecb15bc0906181505h1d56bc4elb2f93398dcd44377@mail.gmail.com> References: <4ecb15bc0906181505h1d56bc4elb2f93398dcd44377@mail.gmail.com> Content-Type: text/plain Date: Sun, 21 Jun 2009 01:44:54 +0200 Message-ID: <1245541495.6521.30.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New to the PHP internals and I want to help From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Fri, 2009-06-19 at 00:05 +0200, Martin Wernstahl wrote: > I've wanted to add a few features to PHP for some time (a few years > ago I tried to implement closures, > but it didn't go well because I didn't really know where to start - by the way, > I really like the current implementation of closures so far!). > > Does anyone have somewhere to point me for resources on how to modify > the PHP core? > (More specifically, add/modify things to/in the Zend engine) well adding stuff there is, in general, he most complex and a god start might be o fully understand the architecture there by reading code and maybe trying to understand bugfixes being made. For finding something small to do I'd suggest looking over the bugs DB there are quite a few "simple" bugs, while it might take some time to find them. For question on details eel free to ask on this list, or on pecl-dev. johannes