How to create php exe file
Posted: Thu Apr 02, 2015 9:35 am
I add this files in project
php.exe
php-cgi.exe
php5ts.dll
libeay32.dll
ssleay32.dll
msvcp110.dll
msvcr110.dll
main.php
I pack this to exe -> php_boxed.exe
When i start php_boxed.exe it just work like interpreter and do nothing
How i can make this - when i start php_boxed.exe, it do that "php.exe main.php" from package?
php.exe
php-cgi.exe
php5ts.dll
libeay32.dll
ssleay32.dll
msvcp110.dll
msvcr110.dll
main.php
I pack this to exe -> php_boxed.exe
When i start php_boxed.exe it just work like interpreter and do nothing
How i can make this - when i start php_boxed.exe, it do that "php.exe main.php" from package?