Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80649 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25452 invoked from network); 16 Jan 2015 16:35:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 16:35:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.180 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.180 mail-we0-f180.google.com Received: from [74.125.82.180] ([74.125.82.180:46784] helo=mail-we0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/50-23044-3DD39B45 for ; Fri, 16 Jan 2015 11:35:32 -0500 Received: by mail-we0-f180.google.com with SMTP id w62so21166084wes.11 for ; Fri, 16 Jan 2015 08:35:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=b7RFOsTLa5Iw783rxh0VG+dBYuC1mgBP1VFYVb50HJU=; b=ZgGHwNA9VLLtD89Kn3BO30U8HL2v1pbAjMTJp5xzntuLV04rNvoKavXC5wriWixTjE v6NrH0Ba8Zxz8CIVcDWRG3ZnJm0sdLdLjkpzYgXcVfv0/72dcfoN5Yo1m+Ix+tts+/ju YIxfWMsuqkIq1loidxLvfoE6c/3G2wcFC2PaGtAPYFEmjU1J+iaC3/Do5UHCZUSjNQG8 +mQemV1GP29AS7FCGQEYNF0RGG195yesiL9j+frapbSJFTg0zN5cYm5RdRZ3RsK5KjUf g0SvKe8afTayrNdDWYaxtvfSh/YyvQo9dZt/9BcuVK/OHMYtdlHqUYGA/RCB9IeWSoT3 /tpg== X-Gm-Message-State: ALoCoQmWV3fFs0R20Mrl6htSOPTUqQo32mPWvmqWzSuVx+QSNgqD+3zFq5i/SCd+krlTo+x5oOrE MIME-Version: 1.0 X-Received: by 10.180.36.226 with SMTP id t2mr8082504wij.16.1421426127516; Fri, 16 Jan 2015 08:35:27 -0800 (PST) Received: by 10.216.94.196 with HTTP; Fri, 16 Jan 2015 08:35:27 -0800 (PST) X-Originating-IP: [78.149.5.244] In-Reply-To: <54B8703E.1090009@lerdorf.com> References: <54B6DDDC.5010200@php.net> <54B8703E.1090009@lerdorf.com> Date: Fri, 16 Jan 2015 16:35:27 +0000 Message-ID: To: Rasmus Lerdorf Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: danack@basereality.com (Dan Ackroyd) On 16 January 2015 at 01:58, Rasmus Lerdorf wrote: > The closest we have at this point is: > > https://wiki.php.net/phpng-upgrading > > If people > here could skim it and fix anything that isn't current it would help. Thanks. I think the TSRM changes need to be added, which could be copied from: https://github.com/php/php-src/commit/dec8eb431adee340fb8dfb9ff33ed29d3279c35f Providing a link to a commit that implemented the TSRM changes for an extension, so that people could see the actual changes needed, would be awesome. cheers Dan