A Windows PHP EXE embeder
- Supports UPX compression.
- Supports Enigma Virtual Box EXE wrapping.
- WINBINDER and WIN32STD statically compilied into PHP dll.
Check out Github release for prebuilt binaries.
- Microsoft Visual Studio 2013/2010 (Express should be fine).
- Mysysgit/Cygwin tar (xvf flags), wget, unzip, zip, and rm in path.
- Git in path
- Node.js
Notice: Using anything other than Visual Studio 2013 will require a fetch_src.cmd
modification.
PHP_VER
= Version to download of PHPPHP_ARGS
= PHP Compiliation Arguments (notice adding extensions will likely require headers)VCPATH
= Path to VC/ (that contains vcvarsall.bat)
Run `make.cmd`
Manual Compiliation:
Reverse engineer make.cmd/fetch_src.cmd