Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I tried updating the php in my laragon but I got this

Tags:

php

laragon

https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version, I tried doing this because I want to update my php to the latest version of php 7.3.

enter image description here

Now I got that error

like image 216
TheBAST Avatar asked Oct 19 '25 08:10

TheBAST


1 Answers

With Laragon, adding another PHP version is very easy. Here's how to add PHP 7.3

  1. Download PHP: http://windows.php.net/downloads/releases/

In this case we download: https://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x64.zip


  1. Extract the downloaded to: {LARAGON_ROOT}\bin\php\php-7.3.0-Win32-VC15-x64

    C:\laragon
    -- bin
    ---- php
    -------- php-7.3.0-Win32-VC15-x64
    -------- .............


  1. Select the new version at: Laragon Menu > PHP > Version > php-7.3.0-Win32-VC15-x64

Very easy huh. That's all!

Please be noticed about PHP Version (so you can add new extensions properly)
- x64 means 64-bit
- x86 means 32-bit
- nts means Non Thread Safe


If something's wrong, please check and install correspond VC Redist (VC11, VC14, VC15...)

like image 113
Leo Khoa Avatar answered Oct 21 '25 23:10

Leo Khoa