Hi,
@maximus23
Thanks but...
> extension ="C:/wamp64/bin/php/php7.4.11/ext/php_yaml.dll"
In order for this extension to be managed in the same way as the other extensions, it is highly preferable not to put this line but to add the line:
extension=yaml
under the line
extension=xml
of the phpForApache.ini file of the PHP version used.
And, instead of restarting Wampserver, we can use:
Right-Click -> Refresh
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons