Skip to content

Commit 4a8758b

Browse files
committed
+ update README.md
1 parent ce7e928 commit 4a8758b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ best resource at the moment. This can be viewed at [docs.rs].
142142
bundled with Microsoft Visual Studio.
143143
- `cargo-php`'s stub generation feature does not work on Windows. Rewriting this
144144
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`.
145149

146150
[vectorcall]: https://docs.microsoft.com/en-us/cpp/cpp/vectorcall?view=msvc-170
147151

0 commit comments

Comments
 (0)