学习zendAPI的通用扩展开发
https://blog.csdn.net/dong_007_007/article/details/8751487
https://doc.yonyoucloud.com/doc/wiki/project/extending-embedding-php/20.1.html
https://yuerblog.cc/2017/08/11/course9-how-to-work-with-zend-array/
https://zyb0408.github.io/gitbooks/realc/book/chapter-1/14.html
sudo yum install centos-release-scl
sudo yum install devtoolset-11-gcc devtoolset-11-gcc-c++
scl enable devtoolset-11 bash
//pkg-config find path
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig/:$PKG_CONFIG_PATH