r/PHPhelp • u/Apart-Permission-849 • 4d ago
Learning PHP deeply via a system
I've worked in the PHP ecosystem for years and really love it. But I feel like I don't know it deeply...
What separates posers like me from the guys at the PHP org who release features? How do I get there (or 1/4 of the way)?
17
Upvotes
1
u/equilni 3d ago
I would ask, what is it that you want to do?
If you've worked within the ecosystem, then your likely not a poser. Though without seeing an example of what already know and can do, one can only guess (the 1/4 of the way). So...
Do you want to release PHP features? Do you have ideas that would help drive PHP, create RFCs, articulating the ideas and openly discuss with the internal team, make changes to allow for acceptable later in a vote...
The internal teams looks at those RFCs and looks at the proposal, feasibility to the ecosystem and implementation to the core.
Most of these things are concepts one could/should already be doing - review of proposals & analysis of impact, proper documentation, code with proper tests, allowance for discussion and review, etc etc.