Hello, all.
New to rasp. I've been trying to install it for POC on a project I'm working on. Right now the POC is going to happen in windows xampp. However, when I try to install openrasp I get the following error:
C:\Users\IEUser\Desktop\rasp-php-2020-07-07>\xampp\php\php.exe install.php -d \xampp\htdocs\DVWA
OpenRASP Installer for PHP servers - Copyright 2017-2019 Baidu Inc.
[INFO]: openrasp.root_dir => C:\xampp\htdocs\DVWA
***********************************************************
1. Check whether required PHP extensions are installed
***********************************************************
***********************************************************
2. Installing OpenRASP PHP extension
***********************************************************
[ERROR]: Unsupported system or php: 7.2.32
Uname: Windows NT MSEDGEWIN10 10.0 build 17763 (Windows 10) AMD64
Expecting 'C:\Users\IEUser\Desktop\rasp-php-2020-07-07\php-ts\win32-php7.2-x64\php_openrasp.dll' to be present.
Please check your system, php version and ZTS state.
I checked the multiple downloads and can't find a dll built already. I'm not against building this with the right flags, but I'm trying not to dig into the weeds too much as I have limited time to make this POC work.
Am I missing something somewhere? I see where the dll is referenced in the code if on a Windows machine. Is windows not supported for php? I don't want to bark up a tree that doesn't exist and will move to linux if that's my only option.
Thanks in advance and I apologize if this isn't the right forum for this question.
-John