I installed the php-xsl package (+ the things it depends on) today, and now get: $ php -i | grep extension PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20060613/xsl.dll' - No such file or directory in Unknown on line 0 extension_dir => /usr/lib/php/20060613 => /usr/lib/php/20060613 php extension version => 0.51
Additionally, trying to use the XSLTProcessor contained in the extension gives me: "Fatal error: Class 'XSLTProcessor' not found" Does it work for anyone else? Adding 'extension="xsl.dll' to php.ini doesn't work either (I just get the same error and the startup warning twice). FWIW, the "Configure command" data obtained with php -i includes '--with-xsl=shared,/usr'. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
