Hello, How can I compile PHP with fastcgi support but still using the libphp4.so?
I've tried to use --enable-embed=shared but as soon as I turn on this option, the fastcgi option is disabled and I just get a php (cgi) with php -v (and fastcgi is not activated anymore).
So, how can I have php (fcgi) to use libphp4.so? Thanks in advance! Sebastien