#14063: PHP 5.2.5_1 crashes on XSLTProcessor::importStylesheet ------------------------------------+--------------------------------------- Reporter: peter@no-nonsense.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Comment (by peter@no-nonsense.org): Just tried it after installing the latest versions of all the ports involved (apache 2.2.9_1, libxml2 2.6.32_1, libxslt 1.1.23_0 and php5 5.2.6_1) but unfortunately Apache still segfaults. I've used the following test script to reproduce: {{{ <?php $stylesheet = new DOMDocument(); $stylesheet->loadXML('<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> </xsl:stylesheet> '); $processor = new XSLTProcessor(); $processor->importStylesheet($stylesheet); echo "hello world" ?> }}} The "hello world" is never outputted. -- Ticket URL: <http://trac.macports.org/ticket/14063#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS