Hi!

I am not experienced with configure script coding at all,
but I have tried some methods to make php autodetect work
on windows, but with no success.

For now, you guys who would like to make PHP work on windows,
but a php.bat into the phpdoc directory, and call configure
with

  ./configure --with-php=php.bat

Quite ugly solution, but that's for now...

In php.bat:

  @"C:\PHP\php.exe" %1 %2 %3 %4 %5 %6

IMHO the best solution would be to put this php.bat into
phpdoc-tools, and make configure to autodetect that batch file
there. I was unable to patch the current configure file to do
so. :((( I tried relative path values, absolute path values,
I have put php.bat onto the PATH, but nothing worked...


Goba


Reply via email to