Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80611 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20097 invoked from network); 16 Jan 2015 01:58:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 01:58:33 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.216.182 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.182 mail-qc0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:47346] helo=mail-qc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/10-19143-74078B45 for ; Thu, 15 Jan 2015 20:58:32 -0500 Received: by mail-qc0-f182.google.com with SMTP id l6so11135426qcy.13 for ; Thu, 15 Jan 2015 17:58:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=JDAF9I6Bsik+ox//2J9IULqSVjuH+m1mrge3MTOBmaY=; b=EqfIO0sa2UBrySL+oVAVHWyjmc/HPF+m4Y/XyL79eNEI9JArZ3jC3IxtlJH9mwcKmJ sfdYFBIO6Woj/hpemNHRAWvzXRvvvev90uLPv/GbMNoA4xhMhVl5fU7I0h0nDcW/0NGJ Haup9kFhw8FrW+o7AcolYwzon1Ezzuyj8x4EotPp82TV/RGr2kJZUWorKumdfDtXcLvG UBZNDObh9NosZCxHsnff28dcBo5uGSXmT/1ab9W0l6RwTBB8lG7rVoNwNMBugqX1ulsT /tEK517NhaytIYpAegRl47CNc3ZVk42+w6Swa9iPmsXeFNDNvnDVLK4qWAxOT5Q/cCaO Th3A== X-Gm-Message-State: ALoCoQnHTze9zoyB7Biwn1HkysKlEC+mJXfr1mj20T4bhAjIfxZ21/LYDOtXv0PQY4anGP9v3V3y X-Received: by 10.224.130.198 with SMTP id u6mr21765215qas.9.1421373509088; Thu, 15 Jan 2015 17:58:29 -0800 (PST) Received: from [192.168.200.14] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id y95sm2909284qgy.14.2015.01.15.17.58.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 17:58:24 -0800 (PST) Message-ID: <54B8703E.1090009@lerdorf.com> Date: Thu, 15 Jan 2015 17:58:22 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dan Ackroyd , Michael Wallner CC: Julien Pauli , PHP Internals References: <54B6DDDC.5010200@php.net> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2wniqlJIENHMogmbQxfvmE2q2CeMbIPDO" Subject: Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: rasmus@lerdorf.com (Rasmus Lerdorf) --2wniqlJIENHMogmbQxfvmE2q2CeMbIPDO Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 01/14/2015 06:05 PM, Dan Ackroyd wrote: > On 14 January 2015 at 21:21, Michael Wallner wrote: >> * imagick >=20 > Most of the work was done while it was still called NG: > https://github.com/danack/imagick/tree/phpng . Which means that branch > probably won't work against master as there have been other small > changes. >=20 > btw It would be great if there was a single guide for a porting > extensions from 5.x to 7. I know the RFC had quite a bit of info in > it, but it wasn't that easy to read and there have been quite a few > other little changes since then. >=20 > Having a complete list in one place rather than having to figure what > needs to be done, would make extension maintainers lives be easier, > and help the migration to PHP 7. The closest we have at this point is: https://wiki.php.net/phpng-upgrading I just updated it to reflect the current zend_string API and there are probably a few more things that aren't completely up to date. If people here could skim it and fix anything that isn't current it would help. -Rasmus --2wniqlJIENHMogmbQxfvmE2q2CeMbIPDO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlS4cD4ACgkQlxayKTuqOuAIhQCZATSPMkBeHnVKD1h24+izyYZ/ xUgAn0HAbhB9+EcCeMKRg6SEc4RsK4Hx =iJSG -----END PGP SIGNATURE----- --2wniqlJIENHMogmbQxfvmE2q2CeMbIPDO--