source code protection - Compile PHP to prevent "theft"? -


if create application in java compile , it's hard steal code if send application. know can reverse engineering , such anyways.

if create application in php , put on clients server client copy paste code if or wanted.

so question is. there convenient way compile or somehow protect php code others if runs on servers?

you use ioncube encode files if can afford it.

on other hand, use apc cache bytecode , set apc variable apc.stat 0 , remove php files server. way apc in cache without verifying actual php files have changed.

you use hiphop compile code, it's tricky set , more doesn't compile without errors.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -