Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71010 invoked from network); 6 Mar 2012 11:19:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 11:19:26 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:47267] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/CC-34145-5B2F55F4 for ; Tue, 06 Mar 2012 06:19:25 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 6920D10C46C; Tue, 6 Mar 2012 11:19:15 +0000 (GMT) Date: Tue, 6 Mar 2012 11:19:15 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= cc: PHP internals list In-Reply-To: <1331030967.1983.8.camel@guybrush> Message-ID: References: <1331030967.1983.8.camel@guybrush> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-251262675-1331032755=:18499" Subject: Re: [PHP-DEV] 5.3.11 planning From: derick@php.net (Derick Rethans) --8323329-251262675-1331032755=:18499 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 6 Mar 2012, Johannes Schl=C3=BCter wrote: > just a quick note on 5.3.11 planning: >=20 > 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=09(revision 322920) +++ Zend/zend_API.c=09(working copy) @@ -2134,7 +2134,7 @@ =20 #if HAVE_LIBDL #if !(defined(NETWARE) && defined(APACHE_1_BUILD)) -=09if (module->handle) { +=09if (module->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) { =09=09DL_UNLOAD(module->handle); =09} #endif cheers, Derick --=20 http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug --8323329-251262675-1331032755=:18499--