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?
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>