Any good tutorials out there?

  http://www.zend.com/php/internals/extension-writing1.php

After that, download the php source and look at existing extensions in
the ext directory. For each macro or function you want to know about
try googling with the 'site:' directive. For example:

  site:http://www.zend.com/ RETURN_STRING

Or better still:  http://lxr.php.net/

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

Reply via email to