php / php-langspec

PHP Language Specification
http://www.php.net
Other
2.3k stars 271 forks source link

Versions/Editions are needed #221

Open cmb69 opened 6 years ago

cmb69 commented 6 years ago

It is impossible to claim conformance to an ever evolving language specification without referring to a certain version/edition or whatever it will be called. There are open pull request and issues which cannot be sensibly addressed due to this issue, unless we're claiming this spec is still a draft, in which case it is not really helpful for alternative implementations at all.

nikic commented 6 years ago

In theory we have branches for specific versions, but in practice there is no bandwidth to maintain multiple versions of the specification. Langspec master targets current PHP master.