This script allows to bypass Oracle Cloud Infrastructure 'Out of host capacity' error immediately when additional OCI capacity will appear in your Home Region / Availability domain.
It is treating your backslashes as escape characters. You need to change your \ to / in your file path. Like this:
OCI_PRIVATE_KEY_FILENAME="D:/Apps/Putty/id_rsa.ppk"
When i try to run "php ./index.php" I get the error
Something to do with this probably :
OCI_PRIVATE_KEY_FILENAME="D:\Apps\Putty\id_rsa.ppk"
Im using win 11.