My website is in a host that does not allow me to use or change the php.ini.
The only way to change settings is by .htaccess.
The installation of Magento 2.3.4 does not continue after verifying that the only thing that is missing is PHP Extension sockets.
On the internet, I just have found information on how to activate it through php.ini such as:
extension=php_sockets
but nothing seems to work on .htaccess.
How can I activate the settings on the server using .htaccess so my installation can continues?