-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support building a shared php8embed.dll
So far only static php8embed.lib has been supported on Windows, while on POSIX the choice was up to the user. Now, `--enable-embed=shared` is also supported on Windows. For BC reasons we stick with static as default; the resulting embed library can be used like before. To avoid that snapshot builds now build a shared library, we add an exemption to confutils.js. To properly support a static and a shared library, respectively, we do the customary `__declspec` dance.
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters