revisankarnair Posted May 3, 2007 Share Posted May 3, 2007 Hi all, I would like to have some clarifications regarding the "php license ". We have made a software by using php and we like to deploy it in to a production server. 1) shall i have to publish the code in human readable form ( i mean not in binary form ) in the production server. 2) Any violation of the php license will happen if i use php encoders ( like zend guard) to encode the php script. 3)Shall I have to publish the source code in any separate public server. 4)Shall i have to publish source code in separate public server or in human readable form in the production server i am using according to Appache or MySQL license Thanks in advance Link to comment https://forums.phpfreaks.com/topic/49748-php-license/ Share on other sites More sharing options...
corbin Posted May 3, 2007 Share Posted May 3, 2007 From what I understand, you do not have to distribute any PHP code at all (under most circumstances).... http://www.php.net/license/ Might help with the PHP question.... I've heard before that yahoo uses PHP (not sure), and I've never seen any of their code ;p. As for apache and mysql, you shouldn't have to make any of that stuff publicly available either.... Don't believe me though, cause I suck at interpreting legal stuff and what not. Link to comment https://forums.phpfreaks.com/topic/49748-php-license/#findComment-243988 Share on other sites More sharing options...
trq Posted May 3, 2007 Share Posted May 3, 2007 1) You do not have to distribute php's source with an application written in php. 2) Not at all. 3) What source code? If your application is closed source, you only need to provide the code that makes it run, encrypted or not. 4) No. Link to comment https://forums.phpfreaks.com/topic/49748-php-license/#findComment-244019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.