hi Ziad,

On Thu, Jul 12, 2012 at 9:28 AM, Ziad Jammal <z...@eljammal.com> wrote:
> Deal all phpiers,
>
> It took me a while before I hit the send key.
> I have been a php developer for some time and I got certified beginning of 
> this year.
> I have always wanted to start contributing to php and zend framework, but I 
> am unable to find the right docs, examples, and the "how".

There are no huge amount of docs about how to contribute, that's missing :)

> I know it might be a simple task, but I appreciate your support as I really 
> want to contribute some good stuff to the php community.
> Appreciate if someone can share a reported  bug, how he traced its location 
> and how he got it fixed.

About getting back trace, here are two docs:

https://bugs.php.net/bugs-generating-backtrace.php
https://bugs.php.net/bugs-generating-backtrace-win32.php

There are other tools like strace, valgrind, see the README in the
php-src and php-src/Zend for more infos, at least for valgrind.

Once you have a patch, it is easy to contribute using a pull request
on github or posting the patch using our bug tracker. While I would
recommend to always have a bug report associated with a patch or a
pull request.

You can fetch a bug and try to fix it, see http://bugs.php.net.

Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to