Hi Yoav,
four chapters with example about writing extensions and SAPIs, useful as an
introduction:
http://www.amazon.com/gp/product/0672325616/
--
Thomas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Artzi, Yoav (Yoav) 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 tutorial
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
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
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 would check out Sara Golemon's book Extending and Embedding PHP
it is not yet released but due out soon. I have it pre-ordered.
It's supposed to be a good starting point for this stuff.
http://www.amazon.com/gp/product/067232704X/sr=8-1/qid=1148565631/ref=pd_bbs_1/002-6678673-7532040?%5Fencod
Hello Yoav,
http://www.amazon.com/gp/product/067232704X
+
http://talks.somabo.de
+
some zend tutorials :-)
best regards
marcus
Thursday, May 25, 2006, 3:58:04 PM, you wrote:
> I am looking for a good place to learn about the following:
> 1. Writing a customized extension
> 2. Compiling PHP with