Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26490 invoked from network); 10 Apr 2013 16:57:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2013 16:57:11 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:43908] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/97-21449-5E995615 for ; Wed, 10 Apr 2013 12:57:10 -0400 Received: by mail-lb0-f177.google.com with SMTP id r10so744697lbi.8 for ; Wed, 10 Apr 2013 09:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=N1IqwIC20S5Q6adZDtHRH656MV+trpVZB+mernDhQKI=; b=ZKwanY/Uwtg0lq8UFF3RJT8v7QBSJIiH4iYnglbuA31vE9ig/4J+19rkq/joAzMNS0 v7c+cSY6DMpUwbDtx6SHpe/wxSrQVbZbsEORarHdXHQJZcpt1MqCkQdG0a43VT75/4kg pERI5/6qqa5oVsY7354EEIeSoT6/I68iw4nFO6nPS6Aw8Qibz4E1mZW5/I2Y02fdhwU7 BZDiR4J3JoSBoZgbfLtL8EFa5ryW4HDNiWF6QuEiFzAfDtwX521IiopeFL+5Y1DF3S4D Rx9UPS23Xbn/vYBJbCN/nsyt3CkXku/4Xq4QdkUlsbSCGZ6GDyvvZuJ5tb2KzBp5jNQc AGnw== MIME-Version: 1.0 X-Received: by 10.112.135.228 with SMTP id pv4mr1609076lbb.93.1365613025692; Wed, 10 Apr 2013 09:57:05 -0700 (PDT) Received: by 10.112.163.40 with HTTP; Wed, 10 Apr 2013 09:57:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Apr 2013 18:57:05 +0200 Message-ID: To: Julien Pauli , Dmitry Stogov Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Extension loading improvements From: pierre.php@gmail.com (Pierre Joye) hi, On Wed, Apr 10, 2013 at 6:50 PM, Julien Pauli wrote: > Hi all, > > Here are two branches that improve extension loading mechanisms and remove > dusty old features not used any more. > > No BC or nothing, though perhaps some Windows support tricks to add ? > > Thoughts ? > > https://github.com/jpauli/php-src/extensions_improvements > > https://github.com/jpauli/php-src/tree/remove_old_php4_dl I'm not sure about the zend_error usage, I remember some issues about it (not always initialized and similar issues). Dmitry, do you remember why we used fprintf there? :) Cheers, -- Pierre @pierrejoye