Martin Zvarík wrote:

> Hi,
> 
> I am totally new in compiling under cygwin.
> I need to compile an PHP extension, and this is what I figured so far:
> 

I wouldn't expect cygwin to be that different to a real Linux
environment - how about:

untar the extension
cd dir
phpize
./configure
make
make install



-- 
Per Jessen, Zürich (5.7°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to