最近在学习 PHP 、grpc 以及 PHP(PHP7) 扩展编写,但是由于 PHP7 内核更新,扩展接口也有很大变动,先前基于 PHP5 编写的扩展并不能直接基于 PHP7 进行编译安装,需要修改一定代码才能编译通过。
PHP(PHP7)
在更新 grpc php 扩展到 PHP7 过程中记录的接口变化,以 GitHub 项目形式来记录。
GitHub: 更新 PHP 扩展到 PHP7
Upgrading PHP extensions from PHP5 to NG
Internal value representation in PHP 7 - Part 1
Internal value representation in PHP 7 - Part 2