Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67603 invoked from network); 30 Mar 2009 23:06:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2009 23:06:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=paul.biggar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=paul.biggar@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: paul.biggar@gmail.com X-Host-Fingerprint: 74.125.46.29 yw-out-2324.google.com Received: from [74.125.46.29] ([74.125.46.29:13453] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/25-40239-09051D94 for ; Mon, 30 Mar 2009 18:06:57 -0500 Received: by yw-out-2324.google.com with SMTP id 3so1460530ywj.83 for ; Mon, 30 Mar 2009 16:06:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:received:message-id:subject :from:to:content-type:content-transfer-encoding; bh=coHEuN0RjYNeHBP0TDK3L5XIUl7m1AzeM09fZ1kDrWU=; b=CwUNgA9KHZyTSh7UdkwiVx55GE/j9kG24m5SMch/f1e9A+Xa5QBueQvMIbhWZgEmcK Df5U2vFZ27nEmYP/rScxfhLno1p3puHgpfCqN3soM5/4VflfQ8Thbe6ekOWHf4b/+F54 wmf7yP+xrhGQt4iSijyKh3ZnoRtxR3iL+9THs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=yAorarl0jLcNri+uF6+UXNEz4n1UVQtNSG1wPxDuJYOT92xFwWZFWuHoNcmG47t2Po hJjAlOfpjNKO5yMxYz2xmjsmoEbQzKmaoN+MY28hFePv8yBHaoxMcAw4yeMDETY3t0Xc JaH46fkoBFxWkfE/S5S/WhNvinewoBomS41jE= MIME-Version: 1.0 Date: Tue, 31 Mar 2009 00:06:33 +0100 Received: by 10.231.12.12 with SMTP id v12mr1205944ibv.43.1238454413600; Mon, 30 Mar 2009 16:06:53 -0700 (PDT) Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: RFC: Removing the Zend API From: paul.biggar@gmail.com (Paul Biggar) Hi, I've added a new RFC to the wiki (http://wiki.php.net/rfc/remove_zend_api). It details a plan to try and decouple the Zend engine from the libraries, in order to allow large scale changes to the Zend engine in the future. The RFC describes a prototype phase of the project, which could reasonably be done within a GSOC project, so I have added it to the GSOC 09 page (http://wiki.php.net/gsoc/2009#prototyping_removal_of_the_zend_api). If anybody has any comments, I'd be delighted to hear them. If anybody knows (or is) a good student looking for a GSOC project (and I've left it late, there are only 3 days left to apply), please encourage the student to look at this. Finally, if anybody is interested in helping mentor this as part of the GSOC, I'd be grateful for the help (I have to start writing my thesis soon). Thanks, Paul -- Paul Biggar paul.biggar@gmail.com