Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19215 invoked from network); 30 Nov 2009 16:29:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2009 16:29:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.219.226 mail-ew0-f226.google.com Received: from [209.85.219.226] ([209.85.219.226:36739] helo=mail-ew0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/4E-43487-FC2F31B4 for ; Mon, 30 Nov 2009 11:29:04 -0500 Received: by ewy26 with SMTP id 26so4340716ewy.23 for ; Mon, 30 Nov 2009 08:29:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Mm82FKWo6+SA/5BmASiOxwMLZjDWMQzfGSySV0i0iv0=; b=r+Lbgnex9CzAMCkdTle7DLn1SpAHbuvpe+o1Yh6+hSbnEwEMX2k7KYSNg4PEHUe2VL 3MnENdDWqv3aEKGBzPsKLBl8wAaW85ZxrU/rs8E7t+5Q+xO5/sZwdl4BAkiqY+XpW3nf SR8gSbxkEyPor3xPkKkEdORrIdPux+XvUlIPg= 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; b=UgyxWeeF66zBbx4mmAEVLL1oT3CZXOfyakceCMhJ+mv0c9U3a0sIJcDQlEpkIajkh9 J4nP4kc1N6bvk70mQKTKXZS9ymdDL+RW29878EZCtK7SBUzaMcbItvMk0Jh1pkIbSZZr id/Kg49zGJrw7yhHa6gYX0BFp9BQ1CM8ys7n8= MIME-Version: 1.0 Received: by 10.216.89.76 with SMTP id b54mr1507477wef.105.1259598540915; Mon, 30 Nov 2009 08:29:00 -0800 (PST) In-Reply-To: References: Date: Mon, 30 Nov 2009 14:29:00 -0200 Message-ID: <46ccd1ab0911300829s43ed65dfj66cfff04f83838c2@mail.gmail.com> To: Arvind Srinivasan Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6d7ec20974572047999235a Subject: Re: [PHP-DEV] [PATCH] - Improving multi-threaded performance by propagating TSRMLS_C From: felipensp@gmail.com (Felipe Pena) --0016e6d7ec20974572047999235a Content-Type: text/plain; charset=UTF-8 2009/11/30 Arvind Srinivasan > Hi Pierre, > > > > slow (as you noticed). However it can't be done in 5.3 as it will > > break the ABI. > > > > I noticed that a recent fix (http://bugs.php.net/bug.php?id=49936) > added TSRMLS_DC to an API in 5.3. > > http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/main/streams/php_stream_context.h?r1=290796&r2=290795&pathrev=290796 > > Wouldn't that need to be reverted as it breaks the ABI? > > It was reverted. -- Regards, Felipe Pena --0016e6d7ec20974572047999235a--