我在不同的扩展上尝试了这些步骤,但我不知道为什么不起作用。在那之后,我不应该看到phpinfo()
输出的变化吗?
步骤:
- Decompress the php source code and change directory to
ext/ext_name
phpize
configure
make
- move manually the "ext_name.so" file from "../.lib" directory to "extension_dir" specified in "php.ini" file. (or do
make install
) - restart web service
有什么东西不见了吗?我需要在php中启用某个扩展,并且无法重新编译整个php版本。。