Bug 183621

Summary: textproc/php5-xsl: not loaded because of php5 compile flags
Product: Ports & Packages Reporter: David Demelier <demelier.david>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description David Demelier 2013-11-03 14:50:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-03 14:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 David Demelier 2013-11-03 17:06:38 UTC
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
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2014-02-09 12:47:15 UTC
State Changed
From-To: open->closed

Not reproduceable.