On Tue, Oct 30, 2001 at 01:28:01PM -0800, 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.

cd your-module-dir

phpize
./configure (optional args you maybe need)
make install

- Markus

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

Reply via email to