lstrojny

lstrojny

Contributor Directory

RFCs

Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC process as well as viewing a full list of RFCs please visit the RFC section.

E_USER_DEPRECATED

Author
Target
5.3
In 5.3 we introduced E_DEPRECATED to mark internal functions/classes/syntax elements as deprecated with a separate error level. The same deprecation process app...

Static classes for PHP

Author
Static classes are a well known construct for utility classes or stateless abstraction. C# for example has an class System.Environment to access command line op...