PHP License Update

https://news.ycombinator.com/rss Hits: 6
Summary

PHP RFC: PHP License Update Introduction PHP has a long history of confusion, concerns, and disagreements regarding its custom open source license, and the Zend Engine License, which covers the sources in the Zend/ directory, adds to this confusion and additionally complicates matters, since it is not an Open Source Initiative Approved License. This RFC proposes a pragmatic simplification to the PHP license that alleviates this confusion, preserves the copyrights owned by all PHP contributors, and grants users the same rights as the original licenses. The proposed license to accomplish this is the Modified BSD License, often referred to as the 3-clause BSD license. Proposal This proposal addresses a longstanding issue within the open source community by publishing new versions of the PHP License and the Zend Engine License. The Modified BSD License is adopted as the PHP License, version 4, and as the Zend Engine License, version 3. The Modified BSD License is sometimes referred to as the “New,” “Revised,” or “3-clause” BSD License. Its SPDX identifier is BSD-3-Clause.1) It is recognized as a free software license by both the Open Source Initiative (OSI) and the Free Software Foundation (FSF).2) 3) The FSF has designated it as compatible with the GNU General Public License (GPL), and it is an OSI Approved License. The PHP License, version 3.01, and Zend Engine License, version 2.00, combine the Modified BSD License with special terms specific only to the PHP Group and Zend Technologies (now a subsidiary of Perforce Software). After removing these special terms, the licenses are identical to the Modified BSD License, and there is no change to the rights granted by contributors or to users. By adopting the Modified BSD License: The rights granted by contributors do not change. The rights granted to users do not change. We will work with the PHP Group and Perforce Software to remove the terms that are specific to them. PHP software and the Zend Engine will be licensed u...

First seen: 2025-07-14 22:01

Last seen: 2025-07-15 03:01