Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64338 invoked from network); 16 Apr 2013 19:24:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2013 19:24:59 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.54 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.54 mail-vb0-f54.google.com Received: from [209.85.212.54] ([209.85.212.54:45801] helo=mail-vb0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/D0-58272-A85AD615 for ; Tue, 16 Apr 2013 15:24:59 -0400 Received: by mail-vb0-f54.google.com with SMTP id w16so667630vbf.41 for ; Tue, 16 Apr 2013 12:24:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=VIn0Dn9aHb1SaY+7puYrWVecb16HDSUYzCvIPmTh3o4=; b=zlEu262Gb8Nz3DVZs45btG3S/I1OFZX4XldGG1IFy3SH0eYj6mctXEITySsCF1PIu0 0TQcCfsHaPuaS1MHE3KoC75LLWImfP5cjSApcBtgHSALj+yrGvj02EaQr6DxdHpn0BxQ JRSSVAu4iimvrbZiWNwbOAmRGEbXastsoo/hTDP4W+t41UCoRlGVjqiBN1MmuHb7t/WZ s9ciHAe4dG86ASCNLSBgx/d8sYS2zYiuV6q64L72ORdSn2IeObAec12/KUsjLWh7vctS vilv9/u9ANQDYp6UMRk0liWfzR0sqrdHzA3pLEmJqJe8TLxGg5blqeQU/XMSk7o/FgcC 9ubw== X-Received: by 10.52.155.210 with SMTP id vy18mr2185235vdb.121.1366140296286; Tue, 16 Apr 2013 12:24:56 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.9.133 with HTTP; Tue, 16 Apr 2013 12:24:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Apr 2013 21:24:15 +0200 X-Google-Sender-Auth: gL3SIb-_LCl0AC9YlOGZpQw0Ink Message-ID: To: Pierre Joye Cc: PHP Internals Content-Type: multipart/alternative; boundary=bcaec53aebe612d81e04da7f5342 Subject: Re: [PHP-DEV] WIP on extension loading improvement From: jpauli@php.net (Julien Pauli) --bcaec53aebe612d81e04da7f5342 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 16, 2013 at 7:55 PM, Pierre Joye wrote: > hi, > > On Tue, Apr 16, 2013 at 7:06 PM, Julien Pauli wrote: > > Hello, > > > > I recently worked on the extension loading system to fully understand it > > and try to improve it while keeping full BC. > > Joe helped me in this task. > > I wrote an RFC giving details about what we have today ( > > https://wiki.php.net/internals/extensions ) > > > > The branch can be found here : > > https://github.com/jpauli/php-src/tree/extensions_improvements > > > > As I plan to merge it against master and probably 5.5 (not sure, depend > on > > time), > > From a time point of view, and as RM you know it, I'd to say no for > 5.5, too late for such changes. > Yeah, I've been a little bit too hungry for this ;-) Julien.Pauli --bcaec53aebe612d81e04da7f5342--