I am looking for a good place to learn about the following:
- Writing a customized extension
- 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?
Thanks.
Hello Yoav,
http://www.amazon.com/gp/product/067232704X
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:
- Writing a customized extension
- 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 suchAny good tutorials out there?
Thanks.
Best regards,
Marcus
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.
Thanks,
--
Joseph Crawford Jr.
Zend Certified Engineer
Codebowl Solutions, Inc.
http://www.codebowl.com/
1-802-671-2021
codebowl@gmail.com
On Thu, 25 May 2006 16:58:04 +0300
"Artzi, Yoav (Yoav)" artzi@avaya.com wrote:
I am looking for a good place to learn about the following:
- Writing a customized extension
- 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 suchAny 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
I am looking for a good place to learn about the following:
- Writing a customized extension
- 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 suchAny good tutorials out there?
--- parts 2 and 3 are also useful :)
- Steph
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/
Artzi, Yoav (Yoav) wrote:
I am looking for a good place to learn about the following:
- Writing a customized extension
- 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 suchAny good tutorials out there?
and now for the usual shameless plug:
CodeGen_PECL: Tool to generate PECL extensions from an XML description
PEAR package: http://pear.php.net/package/CodeGen_PECL/
Documentation: http://php-baustelle.de/CodeGen_PECL/manual.html
Examples: http://cvs.php.net/viewcvs.cgi/pear/CodeGen_PECL/docs/examples/
</plug mode="shameless>
--
Hartmut Holzgraefe, Senior Support Engineer .
MySQL AB, www.mysql.com
Are you certified? http://www.mysql.com/training/certification
Hi Yoav,
four chapters with example about writing extensions and SAPIs, useful as an
introduction:
http://www.amazon.com/gp/product/0672325616/
--
Thomas