Where do I get all dependencies for Windows? #2619
|
I've downloaded multiple copies of the php-sdk-binary-tools and I don't seem to have all of the tools. I'm working with PHP 8.4. I had to download bison and flex from a Windows repo. I grabbed sed from another Windows repo. I got re2c from the old binary tools. Now I am missing Thanks in advance. |
Replies: 3 comments
|
Ignore this. Figured it out. |
|
You don't need nothing of that if you are using Zephir 1.0.0 or above, everything is in PHP only, install via composer and use. |
|
Using 1.1.0, installed via composer, it was telling me I needed all of that. I went through one line item at a time. It turns out that the reason it wasn't working is that the PHP build tools' auto-detection of MSVC was tripping up on VS2022. I ended up just editing the script to force it to use "-latest" and that solved it. |
Ignore this. Figured it out.