Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3685 invoked from network); 24 May 2010 21:42:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2010 21:42:22 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:61734] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/53-18125-CB2FAFB4 for ; Mon, 24 May 2010 17:42:21 -0400 Received: by wwb28 with SMTP id 28so460804wwb.29 for ; Mon, 24 May 2010 14:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mH4U4VlaOmFTt3LhfP3bBF7sPNfq6T4U62RJ4KaSIRk=; b=XbFxHFHo6XDB9P7c00BrC6fAHywLGNbrkWo8ti1e+MLun+CdhTGoqigd7DiLRXTqee Ec2HFWXjWByO0pXE3JJD741J9n0rPZl5gkIls6mrn5r2SqqyfQxYmE2TsFk9ubHUbltu zs4wiHh8Ir8G1PXBGZXA/pmckDF0T8JHzi4AU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PriVRCtINnGYSzHGwiyUDLDr+rOc2LTbZaczsP0wT8Sp8YPikoYzxnwSWl7CYMewTO ZalRaKFY9lhAFfDbuFaiSzC+kBL96O374XXIOFamK2wZrOputa/5bB4yoRe7Jecaz7AI p7qbJAS4qramwkt4hVf+AXYtJQ7TLu5Axj6mM= MIME-Version: 1.0 Received: by 10.216.188.21 with SMTP id z21mr3750173wem.140.1274737337611; Mon, 24 May 2010 14:42:17 -0700 (PDT) Received: by 10.216.221.34 with HTTP; Mon, 24 May 2010 14:42:17 -0700 (PDT) In-Reply-To: <4BFAE5B3.9020009@oracle.com> References: <4BF24049.90408@zend.com> <4BF571F7.2000400@oracle.com> <4BF62595.8090403@zend.com> <4BFAB4CF.4070202@oracle.com> <4BFABF91.6080004@zend.com> <4BFAE5B3.9020009@oracle.com> Date: Mon, 24 May 2010 23:42:17 +0200 Message-ID: To: Christopher Jones Cc: Dmitry Stogov , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Run Time Cache RFC From: pierre.php@gmail.com (Pierre Joye) On Mon, May 24, 2010 at 10:46 PM, Christopher Jones wrote: > > Thanks Dmitry - that's great. I second that, useful info for people with time issues like us :) > Also thanks to Stas for his reply. > > Chris > > Dmitry Stogov wrote: >> >> Hi Chris, >> >> I've added notes for extension maintainers. >> I hope they will answer all your questions. >> >> Thanks. Dmitry. >> >> Christopher Jones wrote: >>> >>> >>> Dmitry Stogov wrote: >>> =A0>> =A0> http://wiki.php.net/rfc/runtimecache >>> =A0>> =A0> >>> =A0>> =A0> The patch breaks binary and source compatibility but it's no= t hard >>> to >>> =A0>> =A0> adopt extensions to use it. >>> >>> =A0>> >>> =A0>> Hi Dmitry, >>> =A0>> >>> =A0>> Can update the RFC to explain the breakage and >>> =A0> >>> =A0> It's clear from the patch. The same is explained in RFC in human >>> =A0> language, but it's not so exact :) >>> >>> The RFC should give enough explanation so (i) extension maintainers >>> can immediately identify if their extension is going to be affected >>> (ii) readers know where to look in the patch to get more details. >>> >>> If I understand what you implied later in your email, calls to >>> zend_hash_copy should be replaced with calls to >>> object_properties_init. =A0Is this always true? =A0Is this the only >>> extension requirement? =A0What happens if extensions don't do this - >>> will it break or be a performance loss? >>> >>> I must be looking at a different RFC because there's nothing I can see >>> that mentions any of these things. >>> >>> Chris >>> > > -- > Email: christopher.jones@oracle.com > Tel: =A0+1 650 506 8630 > Blog: =A0http://blogs.oracle.com/opal/ > Free PHP Book: http://tinyurl.com/ugpomhome > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org