On Thu, 22 Oct 2020 at 10:11, Andreas Bittner <p...@philiagus.de> wrote:
> Hello everyone > > I've been a reader of internals for some years and would like to join > the round. > > Unfortunately I have no experience implementing changes to the PHP > source itself. I hope to find the time to work my way into php-src and > hopefully contribute some RFCs and PRs in the future. > > Is input from non-core-devs on core-matters such as discussions of new > features and language changes welcome? > While I might not be able to speak for the implementation side, I have > over a decade of experience using PHP in the field and would very much > like to help the language develop. > > - Andreas > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > Hello Andreas, Most people participating in discussion on the internals list are non-core-dev so feel free to participate in the discussion. We have a set of "rules"/guidelines for the mailing list that you can find here: https://github.com/php/php-src/blob/master/docs/mailinglist-rules.md In regards to new features/discussion I recommend reading the excellent article from Christopher Jones from Oracle about the RFC process: https://blogs.oracle.com/opal/the-mysterious-php-rfc-process-and-how-you-can-change-the-web For documentation about the PHP source code a good start are the following "books": - phpinternalsbook.com/ - https://www.zend.com/resources/writing-php-extensions - https://phpinternals.net/ And a helpful tool is LXR to navigate the code base/find things which is currently located at: https://heap.space/ Hope this helps, Best regards George P. Banyard