Tsur wrote: > How can i use phpize for compiling new modules on PHP. > Or if any one know about any tool to compile and debug modules > writen with zend macros.
first you have to make sure your extension compiles and works while it lives in the php4/ext tree, then you can use phpize on it to create a self-contained extension from it that will compile on a system with installed php but independent of the php source tree PS: you know about the ext_skel script and the Readme files in the php4 directory? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- 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]