Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4867 invoked by uid 1010); 29 Mar 2006 20:16:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4852 invoked from network); 29 Mar 2006 20:16:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2006 20:16:48 -0000 X-Host-Fingerprint: 64.233.166.180 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.180:40621] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BE/11-14993-03BEA244 for ; Wed, 29 Mar 2006 15:16:48 -0500 Received: by pproxy.gmail.com with SMTP id i49so26141pye for ; Wed, 29 Mar 2006 12:16:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VsMnLVXzXOCeb1VwVvLLe2/GqedrXjSCTmsx8KW1POC/VNYlcp/nt0Mk0Soh//syROEAc+9CY9uRwv8fhZgV/s8KIIQa0/1VBojkvPw9S3us5X4mW0tKTEIX6GG0YiBXUjTycwwTSDTlbtqB5tOIFhDV319EumTVWugZMJSie9U= Received: by 10.35.43.10 with SMTP id v10mr286511pyj; Wed, 29 Mar 2006 12:16:43 -0800 (PST) Received: by 10.35.66.2 with HTTP; Wed, 29 Mar 2006 12:16:43 -0800 (PST) Message-ID: Date: Wed, 29 Mar 2006 22:16:43 +0200 To: "Wez Furlong" Cc: internals@lists.php.net, "Antony Dovgal" In-Reply-To: <4e89b4260603291154p4352c784w4545e284aa3cb903@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4e89b4260603291154p4352c784w4545e284aa3cb903@mail.gmail.com> Subject: Re: [PHP-DEV] Re: cvs: php-src(PHP_5_1) / NEWS /ext/com_dotnet com_persist.c /ext/date php_date.c /ext/dom php_dom.c /ext/mysqli mysqli.c /ext/reflection php_reflection.c /ext/simplexml simplexml.c /ext/spl spl_array.c spl_directory.c spl_iterators.c From: pierre.php@gmail.com (Pierre) On 3/29/06, Wez Furlong wrote: > It looks like extensions that don't use this new API will continue to > work, they'll just leak when __set() is used with them. Yes, as soon as you do not use these two new functions, they will "only" leak, like before ;-) I was talking about the ones affected by this commit. > We should bump the zend API number to allow extensions to make use of > the new API. It should be the case more often, it is getting really hard to know when and what was introduced (even harder as there is no changelog for internals changes). --Pierre