Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97482 invoked from network); 5 Apr 2013 14:31:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Apr 2013 14:31:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.182 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.182 mail-ve0-f182.google.com Received: from [209.85.128.182] ([209.85.128.182:36252] helo=mail-ve0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/32-20511-C40EE515 for ; Fri, 05 Apr 2013 09:31:40 -0500 Received: by mail-ve0-f182.google.com with SMTP id m1so3629370ves.41 for ; Fri, 05 Apr 2013 07:31:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=QSG1rz2NT1hWvVoNnEskI67A9dHaJI/haovb2gcKF4M=; b=uS8kLwRm4YPPbEF8ZBKrG0yTdAa1TpC7RbqJ7qWfYjEfk8mBqmwmnCq7ofdE5vRP5j vh0WaI3Eb3+XQF37LssJZHeSh4i/nHPXS167JiPRon4C4rA6GyqD0lDUYgXvZjNseNeD sdGrG3MWQZB1/clecyJG3LeEfedm0Py7whOV5K4x5ftQrw81kih8yigtqQAu6l+BWnyV 2buiS6q8V+OhudkUwTDLYCkXid/Kx/6/2vTYu0VOe4rnl+aTubHEh22erK5zpkEpNjCN +tXP5JRQ6zHPE+vBN3WuuBFgQwWD6bFJjVxLFvo/nd58TL0yiM4zOrpMfbHP4AoCynLx o+MA== X-Received: by 10.58.220.129 with SMTP id pw1mr8382150vec.32.1365172297425; Fri, 05 Apr 2013 07:31:37 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.9.133 with HTTP; Fri, 5 Apr 2013 07:30:57 -0700 (PDT) Date: Fri, 5 Apr 2013 16:30:57 +0200 X-Google-Sender-Auth: 4tl4nOkkYHCG47YN_MS2Msqwdss Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7bd6a8ced872e104d99df141 Subject: Removing old pre_41 zend_module_entry struct checks while loading exts From: jpauli@php.net (Julien Pauli) --047d7bd6a8ced872e104d99df141 Content-Type: text/plain; charset=ISO-8859-1 All is into the title. A patch can be found here https://github.com/jpauli/php-src/compare/remove_dl_php4_support The idea is to get rid of those old stuff, like we did with session.compat some time ago. If you have ideas, improvements ... Joe also talked about adding a header to the zend_module_entry struct, to prevent us from hacking dl() like its been done for pre41. Kalle also talked about a way to make extension load in a particular order, the RFC is here : https://wiki.php.net/rfc/extensions_load_order Julien.Pauli --047d7bd6a8ced872e104d99df141--