Re: [PHP-DEV] License for Windows binaries

2008-10-10 Thread Hannes Magnusson
On Fri, Oct 10, 2008 at 05:40, William A. Rowe, Jr. [EMAIL PROTECTED] wrote:
 Cristian Rodríguez wrote:
 田中 裕一 escribió:
 Hi all,

 Could anyone tell me the license of the binaries and source code placed 
 here?
 http://pecl2.php.net/downloads/php-windows-builds/

 there is no restriction on using PHP in commercial products, as long you
 comply with PHP license

 PHP's license is, as Cristian says, very liberal and you have nothing to
 worry about until you link to something ;-)

I'm pretty sure that was his question: Can he link to these libraries
without issues?

-Hannes


Re: [PHP-DEV] License for Windows binaries

2008-10-10 Thread Ulf Wendel

William A. Rowe, Jr. schrieb:

Well, the binaries probably include c runtimes under liberal MS license.
They might be kind and give you mysql and a host of other GPL features under
a very restrictive license.


With any PHP before 5.3, you'll have to compile any of the MySQL 
extensions (ext/mysqli, PDO MySQL, ext/mysql) against the MySQL Client 
Library (libmysql). libmysql is GPL + FLOSS Licence exception [1].


As of PHP 5.3 you can optionally compile all the MySQL extensions 
against the MySQL native driver for PHP (mysqlnd) instead of compiling 
against libmysqlnd. mysqlnd is part of the PHP source tree and as such 
licensed under the terms of the PHP license.



PHP's license is, as Cristian says, very liberal and you have nothing to
worry about until you link to something ;-)


Go PHP 5.3, go mysqlnd ;-)

Ulf

[1] http://www.mysql.com/about/legal/licensing/foss-exception.html


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] License for Windows binaries

2008-10-09 Thread 田中 裕一
Hi all,

Could anyone tell me the license of the binaries and source code placed here?
http://pecl2.php.net/downloads/php-windows-builds/

I am developing a commercial package software using PHP and I will build
libraries and PHP my own.
Is it ok to use Visual Studio project files in these zip files 
(http://pecl2.php.net/downloads/php-windows-builds/source/)
or these binaries (http://pecl2.php.net/downloads/php-windows-builds/php-libs/)
for our commercial product and distribute our product with those binaries?

Sincerely,

Yuichi Tanaka

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] License for Windows binaries

2008-10-09 Thread Cristian Rodríguez
田中 裕一 escribió:
 Hi all,
 
 Could anyone tell me the license of the binaries and source code placed here?
 http://pecl2.php.net/downloads/php-windows-builds/
 
 I am developing a commercial package software using PHP and I will build
 libraries and PHP my own.
 Is it ok to use Visual Studio project files in these zip files 
 (http://pecl2.php.net/downloads/php-windows-builds/source/)
 or these binaries 
 (http://pecl2.php.net/downloads/php-windows-builds/php-libs/)
 for our commercial product and distribute our product with those binaries?

there is no restriction on using PHP in commercial products, as long you
comply with PHP license

http://www.php.net/license/3_01.txt

you must also comply with the legal requirements of the needed libraries.

Warning: this is not legal advice, IANAL  if you distribute a commercial
product you will probably need a lawyer anyway.

-- 
A computer is like an Old Testament god, with a lot of rules and no
mercy. 

Cristian Rodríguez R.
Platform/OpenSUSE - Core Services
SUSE LINUX Products GmbH
Research  Development
http://www.opensuse.org/




signature.asc
Description: OpenPGP digital signature


Re: [PHP-DEV] License for Windows binaries

2008-10-09 Thread William A. Rowe, Jr.
Cristian Rodríguez wrote:
 田中 裕一 escribió:
 Hi all,

 Could anyone tell me the license of the binaries and source code placed here?
 http://pecl2.php.net/downloads/php-windows-builds/

 I am developing a commercial package software using PHP and I will build
 libraries and PHP my own.
 Is it ok to use Visual Studio project files in these zip files 
 (http://pecl2.php.net/downloads/php-windows-builds/source/)
 or these binaries 
 (http://pecl2.php.net/downloads/php-windows-builds/php-libs/)
 for our commercial product and distribute our product with those binaries?
 
 there is no restriction on using PHP in commercial products, as long you
 comply with PHP license
 
 http://www.php.net/license/3_01.txt
 
 you must also comply with the legal requirements of the needed libraries.

Well, the binaries probably include c runtimes under liberal MS license.
They might be kind and give you mysql and a host of other GPL features under
a very restrictive license.

PHP's license is, as Cristian says, very liberal and you have nothing to
worry about until you link to something ;-)



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php