On Thu, 25 May 2006 16:58:04 +0300 "Artzi, Yoav (Yoav)" <[EMAIL PROTECTED]> wrote:
> I am looking for a good place to learn about the following: > 1. Writing a customized extension > 2. Compiling PHP with customized extensions, including how can I set up > a customized location their code and what I should add to the configure > line and such > > 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 Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php