How to create php exe file

Issues related to Enigma Virtual Box
Post Reply
ivanpanfilov
Posts: 1
Joined: Thu Apr 02, 2015 9:27 am

How to create php exe file

Post by ivanpanfilov »

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?
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How to create php exe file

Post by Enigma »

Hi, it is impossible to extend command line with EVB, however, it is possible to do with Enigma Protector, there is an option Miscellaneous - Command Line. So you may use Virtual Box of Enigma Protector with this command line feature.
Post Reply