PHP exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • divyarolex
    New Member
    • Aug 2008
    • 1

    PHP exe

    Is it possible to create PHP executable files , to protect the php source code.If yes , Please direct me how to create that...else please suggest some other alternatives...
    Thanks in advance..

    Divya
  • realin
    Contributor
    • Feb 2007
    • 254

    #2
    you can make EXE using PHP GTK ..

    That is used for making Desktop applications. But securing your source code in web apps is not possible, especially when you are distributing it under GPL. I mean its open source. The only way is, host it on ur server and sell the stuff or have some license etc etc

    Comment

    • rohypnol
      New Member
      • Dec 2007
      • 54

      #3
      Maybe Ioncube can help you a bit.

      Comment

      Working...