This is a discussion on Pre-compile, hide or encrypt PHP source code? within the PHP General forums, part of the PHP Programming Forums category; Hello, I was wondering if there was a way to install a php application on a client web server without ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I was wondering if there was a way to install a php application on a client web server without actually giving him the source codes? In Java, you compile the .java sources and can give only the .class binary files so the client can run the application on their server without having access to sources. Thank you all Ethorsen |
|
|||
|
On Nov 3, 8:34 pm, "Ethorsen" <ethor...@gmail.com> wrote: > Hello, > > I was wondering if there was a way to install a php application on a > client web server without actually giving him the source codes? > > In Java, you compile the .java sources and can give only the .class > binary files so the client can run the application on their server > without having access to sources. > > Thank you all > Ethorsen http://www.zend.com/products/zend_guard Sincerely, Alexander http://www.alexatnet.com/ - PHP/ZendFramework/Ajax blog |