sunilvadranapu Posted June 23, 2008 Share Posted June 23, 2008 Hi, can any one clear my doubt on how to make exe for php application? is it possible? Thanks in advance -SUN Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/ Share on other sites More sharing options...
beboo002 Posted June 23, 2008 Share Posted June 23, 2008 No, Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572056 Share on other sites More sharing options...
btherl Posted June 23, 2008 Share Posted June 23, 2008 Yes it is possible. Look for "php compiler" in google, and you will find a few solutions. If your requirement is protecting source code, you can also look at Zend Guard. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572068 Share on other sites More sharing options...
ratcateme Posted June 23, 2008 Share Posted June 23, 2008 i have never used it for PHP but these instructions have worked for me in the past and should work with PHP (i think) http://www.indezine.com/products/powerpoint/pp2003/ppt2exe.html Scott. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572549 Share on other sites More sharing options...
trq Posted June 23, 2008 Share Posted June 23, 2008 i have never used it for PHP but these instructions have worked for me in the past and should work with PHP (i think) http://www.indezine.com/products/powerpoint/pp2003/ppt2exe.html Scott. Pff, how the hell do you get php from powerpoint? Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572678 Share on other sites More sharing options...
DarkWater Posted June 23, 2008 Share Posted June 23, 2008 I don't quite understand the logical jump that he must have taken to correlate the two. Anyway, PHP can't really be made into an EXE. You can obfuscate the code, but you can't take it around and load it on someone's computer like an EXE. Just take the script and run it in the CLI. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572717 Share on other sites More sharing options...
trq Posted June 23, 2008 Share Posted June 23, 2008 Anyway, PHP can't really be made into an EXE. Um, indeed it can. Roadsend is a good example. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572729 Share on other sites More sharing options...
Guest Xanza Posted June 23, 2008 Share Posted June 23, 2008 haha, you guy's are looking at this the wrong way I believe... I think he's talking about getting information from a client side application, and it being used on a server... So let's say you have a simple application, and you hit the "sign up" button - you enter your username, password, and email - and when you hit submit, it add's you to a user mySQL database or something to that effect. I don't think he was looking for programs to edit php. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572732 Share on other sites More sharing options...
trq Posted June 23, 2008 Share Posted June 23, 2008 I don't think he was looking for programs to edit php. Neither did I / we. I believe the op is asking how to compile php code into a standalone executable. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-572734 Share on other sites More sharing options...
ratcateme Posted June 24, 2008 Share Posted June 24, 2008 Pff, how the hell do you get php from powerpoint? i have used that tutorial to take w power point CD and turn it into a exe. there is a function in power point to create CD's with power point viewers on them that method shows you how to take the power point viewer exe and a power point file and turn it into a exe the same method could properly be used with a php file and the main php exe and all its files. Scott. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-573015 Share on other sites More sharing options...
trq Posted June 24, 2008 Share Posted June 24, 2008 the same method could properly be used with a php file and the main php exe and all its files. Not at all likely. Quote Link to comment https://forums.phpfreaks.com/topic/111444-can-we-make-exe-for-php-application/#findComment-573097 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.