Hi Roman,

I was in the same spot 2 weeks ago. Having never programmed in C before and
knowing nothing about PHP internals I wasn't sure where to start. The
documentation has an appendix in it that covers PHP4 Zend API but a lot is
still relevant (or close enough) to begin. Make use of the skeleton
extension as a starting point. Sara's articles are good for understanding
the ZVAL's usage within PHP. Also, looking at some of the newer extensions
like SPL are good starting points to get some of the base concepts down.

Good luck, it isn't so hard once you get into it.

Bob Silva

> -----Original Message-----
> From: Roman Ivanov [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 17, 2005 12:47 AM
> To: internals@lists.php.net
> Subject: [PHP-DEV] More docs about making PHP extensions?
> 
> I've read two tutorials from Sara Golemon
> (http://zend.com/php/internals/), but it's not enought for me to start
> writing a real extension. Are there any other docs? API reference?
> 
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php

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

Reply via email to