Tag: php7

  • Update PHP Version in xampp (from 7.X to 8.X)

    Determine which version, architecture and thread safety mode. Open a terminal window and type $ php -i|find “PHP Version” In my case php 8 is already installed and running so it gives me PHP Version => 8.1.6 $ php -i|find “Thread Safety” Thread Safety => enabled $ php -i|find “Architecture” Architecture => x64 But the…