Home  >  Article  >  Backend Development  >  Where can I download the package file for PHP source code installation extension?

Where can I download the package file for PHP source code installation extension?

WBOY
WBOYOriginal
2016-08-08 09:06:381607browse

After installing php, I don’t want to recompile. I want to use phpize to install extensions, but where can I download these package files?

Reply content:

After installing php, I don’t want to recompile. I want to use phpize to install extensions, but where can I download these package files?

It exists in the source code package you compiled. If there is anything missing, directly phpize it and then

<code>./configure
make & make install
</code>

Where can I download the package file for PHP source code installation extension?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn