
- Unzip to
C:\php-8.3.8-nts-Win32-vs16-x64
(or where you want. Care if you choose a path with space, some troubles could came with); - copy the file
C:\php-8.3.8-nts-Win32-vs16-x64\php.ini-development
toC:\php-8.3.8-nts-Win32-vs16-x64\php.ini
- then uncomment following lines, by removing ";" on line start:
extension=openssl
extension=zip
extension_dir = "ext"
- Optionnal: if you plan to use Laravel, uncomment also:
extension=fileinfo
extension=pdo_sqlite
-
add php path to env vars
-
validate in terminal you are able to run
php -v
successfully