Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20999 invoked from network); 6 Feb 2015 19:43:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2015 19:43:20 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:46197] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/50-19086-25915D45 for ; Fri, 06 Feb 2015 14:43:16 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id D8C7E23D6002; Fri, 6 Feb 2015 20:43:11 +0100 (CET) Received: from 217.254.136.146 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Fri, 6 Feb 2015 20:43:11 +0100 Message-ID: <5c7f69a8531abbdedcb87e0ad9f60161.squirrel@webmail.klapt.com> In-Reply-To: References: <54D3EE95.2080109@lerdorf.com> Date: Fri, 6 Feb 2015 20:43:11 +0100 To: "Dan Ackroyd" Cc: "Rasmus Lerdorf" , "PHP internals" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Annotated PHP 5->7 extension diff From: anatol.php@belski.net ("Anatol Belski") Hi Dan, On Fri, February 6, 2015 17:16, Dan Ackroyd wrote: > On 5 February 2015 at 22:28, Rasmus Lerdorf wrote: > >> Any suggestions for how to handle annotating it? We could turn it into >> a fake PR and mark it up using github's PR comments. > > I think that's a good idea. It is very easy for people to ask > questions about any change that they don't understand on the exact lines > that are confusing them. > > Also, I found it useful when converting Imagick to have a checklist of > everything that needed to be done, in a simple format, rather than the full > explanation of the changes at https://wiki.php.net/phpng-upgrading. That > allowed me to search for the things that needed fixing. > > You could then put links to the PR from checklist for an example of > the change in place. > regarding your ext/imagick port, please check the make logs here http://windows.php.net/downloads/pecl/snaps/imagick/3.2.0rc1/logs/ . How it looks, you also might find this tool useful https://github.com/johannes/clang-php-checker/ . Thanks. Anatol