Xampp multiple php , different php for projects

How to Set Multiple PHP Versions in XAMPP

windows PHP archives:
https://windows.php.net/downloads/releases/archives/

Multiple PHP versions in XAMPP configurations
https://gist.github.com/Tynael/e69c0254c1ea3fc56420fe8441bb0764

httpd-xampp.conf:

# PHP 8.2.17 Set-up
ScriptAlias /php8217/ "C:/Server/xampp-portable-windows-x64-7.4.33-0-VC15/xampp/php8217/"
Action application/x-httpd-php8217-cgi "/php8217/php-cgi.exe"

AllowOverride None
Options None
Require all denied

Require all granted

SetEnv PHPRC "C:/Server/xampp-portable-windows-x64-7.4.33-0-VC15/xampp/php8217"

# PHP8 customproject PHP 8.2.17

UnsetEnv PHPRC

php_flag engine off
SetHandler application/x-httpd-php8217-cgi

Kayak sailing, Canoe Sailing info

WindPaddle Sails – Rigging and On-The-Water sailing instructions.
Idea from video: How can I fold the sail, Little tape for showing the wind:

DIY Cheap Canoe Sail!

Idea : Mast solution. (Ülésekre kötni, napernyőtartóba az árbóc)

Marshall Islands Canoe Racing on Trans World Sport

My experience:

PHP 8.2 – Using ${var} in strings is deprecated

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in
https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

Creation of dynamic property is deprecated
PHP 8.2: Dynamic Properties are deprecated
https://php.watch/versions/8.2/dynamic-properties-deprecated

Fatal error: Array and string offset access syntax with curly braces is no longer supported
Array and string offset access syntax with curly braces is deprecated
https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated

#################################################

SELECT list is not in GROUP BY clause and contains nonaggregated column

https://stackoverflow.com/questions/41887460/select-list-is-not-in-group-by-clause-and-contains-nonaggregated-column-inc

Gyümölcsfa info

Gyümölcsfa ültetés egyszerűen, lépésről-lépésre

‘Obelisk’ oszlopos körte fajta – Gyümölcsfa akár a balkonra is

Laravel Vite Production, subfolder, outDir , publicDirectory

Laravel + Vite. Production build redirecting to /build path in url
https://stackoverflow.com/questions/74014240/laravel-vite-production-build-redirecting-to-build-path-in-url

Laravel Vite Js change of public directory
https://laracasts.com/discuss/channels/code-review/laravel-vite-js-change-of-public-directory

outDir
https://laracasts.com/discuss/channels/vite/viteconfigjs-or-configvitephp?page=1&replyId=809235

Set vite public path
https://laracasts.com/discuss/channels/vite/set-vite-public-path

Moving vite config to subfolder?
https://laracasts.com/discuss/channels/vite/moving-vite-config-to-subfolder

Run Laravel Vite Vue.js build on production without Artisan

https://laracasts.com/discuss/channels/vite/run-laravel-vite-vuejs-build-on-production-without-artisan