> I'm trying to write my first php extension. I studied the source and the api > docs, also read the chapter about hacking the core in the phpwizards book. > But I can not find any resources on what I want to do: calling a php > function in a module.
Look in the ext/ catalogue of the php source, there is a script (ext-skel) there that will generate a sceleton for you to work with ! Look at the code it generates and discover that it is not all that difficult :-) Best regards Arne -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
