The current Cygwin version is libxslt-1.1.17-1 (http://cygwin.com/packages/libxslt/)
I don't know how long before an update is ready. There is no experimental or 1.1.18 version yet. -----Original Message----- From: Hannes Magnusson [mailto:[EMAIL PROTECTED] Sent: 20 March 2007 10:44 To: [email protected] Subject: [PHP-DOC] cvs: phpdoc / configure.in bjori Tue Mar 20 10:44:18 2007 UTC Modified files: /phpdoc configure.in Log: xsltproc is now an requirement # There were maaaaajor performance fixes in libxslt-1.1.18 but we can work # with older ones (but expect the build to take over 4hours then, instead of 1) http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.241&r2=1.242&diff _format=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.241 phpdoc/configure.in:1.242 --- phpdoc/configure.in:1.241 Fri Mar 16 18:08:03 2007 +++ phpdoc/configure.in Tue Mar 20 10:44:18 2007 @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.241 2007/03/16 18:08:03 bjori Exp $ +dnl $Id: configure.in,v 1.242 2007/03/20 10:44:18 bjori Exp $ dnl autoconf initialisation AC_INIT() @@ -249,7 +249,7 @@ ] ) if test $XSLTPROC = "no"; then - AC_MSG_WARN([no xsltproc binary found, XSL Transformations won't work]) + AC_MSG_ERROR([no xsltproc binary found, you need to install libxslt + (libxslt 1.1.18 or better preferred)]) fi AC_SUBST(XSLTPROC)
