The XSL module does not seems to be loaded, even with extensions=xsl.so in the php/extensions.ini. Fix: I think the lang/php5 configure script lacks the --with-xsl tunable. How-To-Repeat: 1. Install php5-xsl 2. Test PHP with phpinfo() 3. XSL is not loaded Alternative way: Install devel/cdash, the install script will tell you that XSLT is not available.
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool)
On 03.11.2013 15:50, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/183621'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=183621 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: textproc/php5-xsl: not loaded because of php5 compile flags >> Arrival-Date: Sun Nov 03 14:50:00 UTC 2013 For now, I have a proposal (but I don't really now the PHP stuff very well). I enable --with-xsl within lang/php5 and disable DOM in the lang/php5-extensions. You can try the following patch and send me some feedback. http://www.demelierdavid.fr/files/php5.diff
State Changed From-To: open->closed Not reproduceable.