Jump to content

MikeB46

New Members
  • Posts

    3
  • Joined

  • Last visited

Community Answers

  1. MikeB46's post in php7.4 installation with Apache24 was marked as the answer   
    After much wailing and grinding of teeth, as well as desk pounding, a solution has been identified and implemented. And it works. So onward.
    The solution was found at php.watch via a lucky Google search.
    # PHP7 module
    PHPIniDir "C:/php"
    LoadModule php7_module "C:/php/php7apache2_4.dll"     Change php_module to php7_module. Duh!
    AddType application/x-httpd-php .php
     
    Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.