View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000113 | Xdebug | public | 2005-02-05 11:24 | 2005-09-23 09:26 | |
| Reporter | LupusMichaelis | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | unable to reproduce |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000113: XSLT PHP functions registered | ||||
| Description | If I use a registered PHP function in an XSLT file, xdebug crash PHP5. | ||||
| Additional Information | http://de.php.net/manual/fr/function.xsl-xsltprocessor-register-php-functions.php | ||||
| Tags | No tags attached. | ||||
| Operating System | GNU/Linux Debian Sarge | ||||
| PHP Version | 5.0.2 | ||||
|
|
Can you please provide a reproducing script, and are you really using version 1.3.2? |
|
|
The version I give is the php_info version for x-debug ! $xml = <<<EOS $xsl = <<<EOS <xsl:output <xsl:template match="foo"> Completly foo ! </xsl:template> <xsl:template match="bar"> I got a bar ! </xsl:template> </xsl:stylesheet > EOS; function php_func($node) echo $out->saveXML() ?> edited on: 2005-02-16 16:43 |
|
|
I can not reproduce this with the latest CVS version (both 1.3.3-rev or 2.0.0-dev). Please try one of those versions and provide feedback. |
|
|
No feedback given. |