ID: 25545 Updated by: [EMAIL PROTECTED] Reported By: evcastel at yahoo dot com dot mx -Status: Open +Status: Bogus Bug Type: XSLT related Operating System: Debian/Linux PHP Version: 5.0.0b1 (beta1) New Comment:
There is no XSLT extension. There is XSL extension, but it's not documented yet. Previous Comments: ------------------------------------------------------------------------ [2003-09-15 11:21:37] evcastel at yahoo dot com dot mx Description: ------------ I compiled PHP5 Beta 1, with XSLT support, with the latest versions of libxml2 and libxslt. I get no errors, in the installation. I check throw phpinfo() and it says it has suport for xslt. But when I use a xslt function like xslt_create(), or xslt_process(), or xslt_free or xslt_WHATEVER, it say function not declared. Reproduce code: --------------- <?php $resource = xslt_create(); ?> Expected result: ---------------- NO errors. Actual result: -------------- Undefined function xsl_create() ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25545&edit=1