We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7e928 commit 4a8758bCopy full SHA for 4a8758b
README.md
@@ -142,6 +142,10 @@ best resource at the moment. This can be viewed at [docs.rs].
142
bundled with Microsoft Visual Studio.
143
- `cargo-php`'s stub generation feature does not work on Windows. Rewriting this
144
functionality to be cross-platform is on the roadmap.
145
+- To build the application in `DEBUG` mode on Windows,
146
+ you must have a `PHP SDK` built with the `DEBUG` option enabled
147
+ and specify the `PHP_LIB` to the folder containing the lib files.
148
+ For example: set `PHP_LIB=C:\php-sdk\php-dev\vc16\x64\php-8.3.13-src\x64\Debug_TS`.
149
150
[vectorcall]: https://docs.microsoft.com/en-us/cpp/cpp/vectorcall?view=msvc-170
151
0 commit comments