php 版本: 7.2.10
os 是 mips64
编译步骤:
cd $PHP_SRC/ext/zip phpize ./configure --build=mips64 --enable-shared make && make install
最后只生成了一个 libzip.a 的文件, 却没有生成 zip.so