I tried these steps on different extensions but I don't know why that doesn't work. Shouldn't I see a change in phpinfo()
output after that?
The steps:
- 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
Is there something missing? I need to enable a certain extension in php and there's no way to recompile the whole php version..