[PHP-DEV] Introduction to the PHP source code

2016-12-29 Thread ilija . tovilo
Hi everyone! I’d like to get familiar with the PHP C code base so that I can contribute back to the community and maybe even implement a small RFC at some point when I feel comfortable enough. Looking at the giant repository I feel a little overwhelmed. Is there a place where I can get started

Re: [PHP-DEV] Introduction to the PHP source code

2016-12-29 Thread Bradley Weston
I'm trying to do the same thing. I've tried to fix a bug in SPL iterators. However the code is not documented anywhere and the guys on IRC aren't able to help much without dedicating their time. Maybe we can try figure it out together? https://bugs.php.net/bug.php?id=73471 Issue is at: h

Re: [PHP-DEV] Introduction to the PHP source code

2016-12-29 Thread Sara Golemon
On 29/12/16 16:17, ilija.tov...@me.com wrote: > Looking at the giant repository I feel a little overwhelmed. Is there a > place where I can get started and learn more about the architecture of the > interpreter before diving into the source code itself? I’m sorry if this > question has been asked b