You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2021/09/11 12:32:02 UTC

[jira] [Closed] (THRIFT-5318) PHP 8 compatible version of binary protocol

     [ https://issues.apache.org/jira/browse/THRIFT-5318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer closed THRIFT-5318.
------------------------------

> PHP 8 compatible version of binary protocol
> -------------------------------------------
>
>                 Key: THRIFT-5318
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5318
>             Project: Thrift
>          Issue Type: Improvement
>          Components: PHP - Library
>            Reporter: Tyler Christensen
>            Assignee: Tyler Christensen
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> PHP 8 has been released and [necessitates some changes|https://github.com/php/php-src/blob/PHP-8.0.0/UPGRADING.INTERNALS] to PHP extensions. In the case of thrift_protocol these changes are minor:
>  * Update callsites of zend_call_method, zend_read_property, and zend_update_property
>  * Add arginfo as requested by PHP 8 migration guide (supports reflection features)
> I believe it's possible to do these whilst retaining backwards compatibility with PHP 7; I'll open a PR on Github momentarily.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)