添加phpize到 build() 部分。
build() { cd "$builddir" phpize || return 1 ./configure --prefix=/usr || return 1 make || return 1 }