Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46259 invoked from network); 22 May 2009 17:51:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2009 17:51:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick@serru.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=patrick@serru.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain serru.net from 88.191.253.43 cause and error) X-PHP-List-Original-Sender: patrick@serru.net X-Host-Fingerprint: 88.191.253.43 smtpauth.online.net Received: from [88.191.253.43] ([88.191.253.43:51471] helo=smtpauth.online.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/85-28112-336E61A4 for ; Fri, 22 May 2009 13:51:48 -0400 Received: from [127.0.0.1] (helo=linux-pat) by smtpauth.online.net with esmtpa (Exim 4.63) (envelope-from ) id 1M7YuG-0007L6-Ub; Fri, 22 May 2009 19:51:45 +0200 Reply-To: patrick@serru.net To: internals@lists.php.net, Philip Olson Date: Fri, 22 May 2009 12:51:42 -0500 User-Agent: KMail/1.9.10 References: <1242665645.6751.17.camel@goldfinger> In-Reply-To: X-Face: &R/xs<]8zev5dBfNwYTJSt\'~gTqn?tb86Q_c$JZOiQ.wrE@,`ekpB\_={GL>=?utf-8?q?m8DTg7j=3F=27=0A=09?=>.1BWYRZ5ugXr_)h9l;FS_*`..'@rp,{Z7A9_Sj@%v):-1Ds%,/C+t=zu{?!#N1Uk~C,:c$K%2vu MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200905221251.42831@----Apocryphe----> X-Virus-Scanned: ClamAV using ClamSMTP X-auth-smtp-user: patrick@serru.net Subject: Re: [PHP-DEV] How to contribute for PHP Internals From: patrick@serru.net (Patrick Serru) Le vendredi 22 mai 2009, Philip Olson a =E9crit : > - Internals documentation >=20 > This task needs volunteers. Ideally a mix of people who have either =A0 > no, some or enormous knowledge of internals but all with desire to =A0 > both learn and teach it. Gwynne started the task but ran out of steam =A0 > (life and the svn migration got in the way) but some good content =A0 > exists. But, this is its own topic. Volunteers please email me and =A0 > let's organize a hackfestish type event. =2D------------------------- Hi Philip, Why not! My natural language is french (nobody's perfect!) but let's= =20 try, never known, maybe I could help. Indeed, I was looking for some definition of PHP as language. I'm not= =20 a specialist, but HOBBIST well interested. I try to build a parser in PHP,= =20 and parsing PHP first! Then, I was just needing more material related to=20 the language it self. For instance, here is my last interogation: I noted that a class,=20 defined inside a function does not has a global scope, and if I well=20 remember, this does not fit with my readings... Is it a bug, or have I a=20 bad memory ? Sincerly