I am trying to build the RabbitMQ PHP wrapper and the AMPQ PHP wrapper on Windows (64) using Cygwin. I have successfully built the underlying C library (librabbitmq.dll) but I am stuck at the 'phpize' step:
phpize && ./configure --with-rabbit && make && sudo make install
If I understand correctly, there is no 'phpize' on windows, so how do I build my PHP wrapper?
Note that I'm totally new to building PHP extensions (be it on linux or windows).