Steps I am taking:
- Fresh install of XAMPP, which uses PHP 8.2.12.
- After install, I confirm that cURL shows enabled in my phpinfo and my local coding files work as expected.
- I renamed the existing php folder in my xampp directory to php_old.
- I downloaded a thread-safe version of php 8.3.9 and unzip to a new ‘php’ folder in xampp directory.
- Checking phpinfo again, it does show that my php version was updated to 8.3.9, but cURL is completely missing.
The only thing I know to check:
I went to the php.ini-development file, uncommented ‘extension=curl’, and saved it as a new php.ini. Still nothing in phpinfo.
I feel like I am missing something completely stupid here.