Nasıl Cygwin / MinGW ile windows üzerinde bir PHP uzantısı derlemek?

0 Cevap php

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

Eğer doğru anlamak, orada windows hayır 'phpize' olduğunu, bu yüzden nasıl benim PHP sarıcı yaratırım?

Ben (bu linux veya windows olabilir) PHP uzantıları bina tamamen yeni olduğumu unutmayın.

0 Cevap