  LoadFile ${US_ROOTF}/core/php73/libsasl.dll
  LoadFile ${US_ROOTF}/core/php73/icudt64.dll
  LoadFile ${US_ROOTF}/core/php73/icuin64.dll
  LoadFile ${US_ROOTF}/core/php73/icuio64.dll
  LoadFile ${US_ROOTF}/core/php73/icuuc64.dll

 # Load PHP module and add handler
  LoadModule php7_module "${US_ROOTF}/core/php73/php7apache2_4.dll"
  AddHandler application/x-httpd-php .php
 # Configure the path to php.ini
  PHPIniDir "${US_ROOTF}/core/php73/${PHP_INI_SELECT}"