Skip to content

Commit

Permalink
php version update
Browse files Browse the repository at this point in the history
  • Loading branch information
shivapoudel authored Jun 11, 2024
1 parent f19d399 commit f37cb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/conf/php.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[PHP]
engine = On
extension_dir="C:/Users/shiva/AppData/Roaming/Local/lightning-services/php-8.1.23+0/bin/win64/ext"
extension_dir="C:/Users/shiva/AppData/Roaming/Local/lightning-services/php-8.2.10+1/bin/win64/ext"
sys_temp_dir="C:\Windows\TEMP"

; Maxes
Expand Down
2 changes: 1 addition & 1 deletion local/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $faviconsPaths = [Environment]::GetFolderPath('UserProfile') + "\OneDrive\Work
$persistedPaths = [Environment]::GetEnvironmentVariable('Path', 'User') -split ';'
$additionalPaths = @(
[Environment]::GetFolderPath('ApplicationData') + "\Composer\vendor\bin"
[Environment]::GetFolderPath('ApplicationData') + "\Local\lightning-services\php-8.1.23+0\bin\win64"
[Environment]::GetFolderPath('ApplicationData') + "\Local\lightning-services\php-8.2.10+1\bin\win64"
[Environment]::GetFolderPath('LocalApplicationData') + "\Programs\Local\resources\extraResources\bin\rsync\win32"
[Environment]::GetFolderPath('LocalApplicationData') + "\Programs\Local\resources\extraResources\bin\wp-cli\win32"
[Environment]::GetFolderPath('LocalApplicationData') + "\Programs\Local\resources\extraResources\bin\composer\win32"
Expand Down

0 comments on commit f37cb4b

Please sign in to comment.