Did you add it to the php.ini of php73?i only need the option in php
extensions=smbclient.so
systemctl restart php-fpm73
ok so i added it but the message keeps there i guess its harder to enable?You can't break things if nothing is broken yet by just adding the extension to the php.in file.
Just ad this line to the php.ini I mentioned, you can add it at the bottom of the php.ini:
extensions=smbclient.so
then issue the restart command:
systemctl restart php-fpm73
this enables it.
It won't work or you get issues? Only thing you have to do is to remove that line from the php.ini and restart service again and you're back to where you are now, so no 4 hours of work needed.