For help

php.internals

taft

21 years ago
How can I write a module for PHP? Any ABC information?

Nicolas Bérard Nault

21 years ago
I think http://www.php.net/~wez/extending-php.pdf might help you. On Wed, 2 Feb 2005 00:19:55 +0800, taft <taft123@163.net> wrote:

D . Walsh

21 years ago
On Feb 02, 2005, at 16:53, Nicolas Bérard Nault wrote:
> I think http://www.php.net/~wez/extending-php.pdf might help you.
Nice looking on the surface but, using it as a tutorial isn't good because too much information is missing and you can't make it work. Does anyone have the ares.c and php_ares.h files for this tutorial that actually work?
> On Wed, 2 Feb 2005 00:19:55 +0800, taft <taft123@163.net> wrote: >> How can I write a module for PHP? Any ABC information? >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > --
How about an article/HowTo/Tutorial that you can follow that provides a working example that you can build that actually works. Without a working example to follow it's difficult to see what is really required and the debugging of partial code isn't pretty. -- Dale

Wez Furlong

21 years ago
On Thu, 3 Feb 2005 18:05:58 -0500, D. Walsh <info@daleenterprise.com> wrote:
> > On Feb 02, 2005, at 16:53, Nicolas Bérard Nault wrote: > > > I think http://www.php.net/~wez/extending-php.pdf might help you. > > Nice looking on the surface but, using it as a tutorial isn't good > because too much information is missing and you can't make it work.
You would have benefitted more from attending the 3 hour tutorial in person, where I was able to answer questions from the attendees and talk more about the topic than it was possible to transcribe.
> Does anyone have the ares.c and php_ares.h files for this tutorial that > actually work?
I used to. But they've gone missing. I miss them. I want to rebuild them, but have no time. I don't like your tone (particular from the mail you sent to me personally), so perhaps you should take a step back and think about the fact that PHP is a volunteer project, and that while everyone would love documentation for the internals, the people that know it are generally too busy with real life to sit down and write it. --Wez.