Re: [PHP-DEV] phpize

2001-10-30 Thread Tsur
> first you have to make sure your extension compiles and works > while it lives in the php4/ext tree, it's work while i compiled it as static library > then you can use phpize i did on to the ext/my_module: ./configure make i got: make[1]: Entering dire

Re: [PHP-DEV] phpize

2001-10-30 Thread Hartmut Holzgraefe
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 cr

Re: [PHP-DEV] phpize

2001-10-30 Thread Markus Fischer
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-DEV] phpize

2001-10-30 Thread Tsur
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. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP-DEV] phpize

2001-03-02 Thread Yves Caetano
hi, if i run the phpize script, i got this error: mafia:/tmp/php-gtk-0.0.1# phpize autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_DISABLE_FAST_INSTALL May somebody help me please? thanks a lot best regards Yves Caetano -- Yves Caetano Server Support Engineer Tel: 295383

[PHP-DEV] phpize problem

2001-02-19 Thread Thies C. Arntzen
sascha, phpize configure does not work if try to external-compile any bundled modules as the generated php_config.h is never included (the one from /usr/local/include is found first) and thereby the #define COMPILE_module_DL 1 is not seen by cpp so th