Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58656 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77341 invoked from network); 6 Mar 2012 12:05:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 12:05:05 -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 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-ee0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:65061] helo=mail-ee0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/FD-34145-F6DF55F4 for ; Tue, 06 Mar 2012 07:05:04 -0500 Received: by eekb57 with SMTP id b57so1753808eek.29 for ; Tue, 06 Mar 2012 04:05:00 -0800 (PST) Received-SPF: pass (google.com: domain of julienpauli@gmail.com designates 10.213.3.197 as permitted sender) client-ip=10.213.3.197; Authentication-Results: mr.google.com; spf=pass (google.com: domain of julienpauli@gmail.com designates 10.213.3.197 as permitted sender) smtp.mail=julienpauli@gmail.com; dkim=pass header.i=julienpauli@gmail.com Received: from mr.google.com ([10.213.3.197]) by 10.213.3.197 with SMTP id 5mr4222262ebo.93.1331035500471 (num_hops = 1); Tue, 06 Mar 2012 04:05:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=z1DBMVtuOmHBPJxi3GhsO6bWrkFhb3uvbchWPiS8QXM=; b=dQlQJ4qaN2JU8QzHeuyOFyNUfh3y5A96IXNJa8kHnM6w9W+wLVsEk0sSvh2fIs8mcA tJyFd3AqrQuTlEuFEfz7rKzH/GD7ygtiG6fXHRjsrqLR7Ir2AVeKd1i6J47nGoion/ef 09LgFgkLGfhN7nVFuU6QSi3BbYTgOFqvPrrMSQ2AFdZti7chPHzs9o0fJVKOq/UFhprF cBigeqjmycIEYBAti8vx5MPh5TZjW7lrn86q0QSHGMYEV53y16+zOAgqPdI+aBWnZS1u E+JJfhh3D6k1UmTHp5xdflARrke69k2aoL35asQHkH3D4FtU56r4+SRAo8tsrEmv434H c1Jw== Received: by 10.213.3.197 with SMTP id 5mr3200598ebo.93.1331035500351; Tue, 06 Mar 2012 04:05:00 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.213.15.196 with HTTP; Tue, 6 Mar 2012 04:04:20 -0800 (PST) In-Reply-To: References: <1331030967.1983.8.camel@guybrush> Date: Tue, 6 Mar 2012 13:04:20 +0100 X-Google-Sender-Auth: 0KW_W_DBsWmpI26aTVsHQpp5QCs Message-ID: To: Derick Rethans Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP internals list Content-Type: multipart/alternative; boundary=001517475b8c2e935704ba91dabf Subject: Re: [PHP-DEV] 5.3.11 planning From: jpauli@php.net (jpauli) --001517475b8c2e935704ba91dabf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2012/3/6 Derick Rethans > On Tue, 6 Mar 2012, Johannes Schl=FCter wrote: > > > just a quick note on 5.3.11 planning: > > > > We will migrate to git in roughly one week. I'll give it a few days to > > verify migration works fine afterwards and then start the 5.3.11 > > process. Best is to get outstanding fixes in early. ;-) > > I'd like to get my simple ZEND_DONT_UNLOAD_MODULES patch in: > > Index: Zend/zend_API.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- Zend/zend_API.c (revision 322920) > +++ Zend/zend_API.c (working copy) > @@ -2134,7 +2134,7 @@ > > #if HAVE_LIBDL > #if !(defined(NETWARE) && defined(APACHE_1_BUILD)) > - if (module->handle) { > + if (module->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) { > DL_UNLOAD(module->handle); > } > #endif > > cheers, > Derick > > -- > http://derickrethans.nl | http://xdebug.org > Like Xdebug? Consider a donation: http://xdebug.org/donate.php > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > +10000 for this one :) Julien --001517475b8c2e935704ba91dabf--