Anas Mughal wrote:
> I am looking into building a dynamically loadable
> module under PHP4. The documentation on extending PHP4
> is unclear or is missing instructions on how to
> generate dynamic loadable module file. I have followed
> the instructions but I can't seem to be able to create
> the module. 
> (I even looked at Sterling Hughes article on
> WebTechniques.) 
> Is there a step that I am missing or what?
> Do I need to modify the m4 file or the makefile?
> Please advise...
> 

Most basic thing you need is explained in Zend API Doc.
Visit www.zend.com for the document.

BTW, api docs in source dist is too old. It does not
worth to read :)

-- 
Yasuo Ohgaki


-- 
PHP General 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]

Reply via email to