ID:               25545
 Comment by:       mike at mikecorlett dot com
 Reported By:      evcastel at yahoo dot com dot mx
 Status:           Bogus
 Bug Type:         XSLT related
 Operating System: Debian/Linux
 PHP Version:      5.0.0b1 (beta1)
 New Comment:

Sniper,

not 100% what you're try to tell us :)
Got the same problem as evcastel, using PHP 5 snapshots
Understand that docs online relate to PHP 4
Where do we look for what information there is on xsl in PHP 5  to give
us any clue on what commands are available ?

Mike


Previous Comments:
------------------------------------------------------------------------

[2003-09-18 03:33:28] [EMAIL PROTECTED]

ext/xsl in PHP 5 != ext/xslt in PHP 4..and the docs are for PHP 4...use
the source, luke.. :)


------------------------------------------------------------------------

[2003-09-17 01:32:35] [EMAIL PROTECTED]

There is no XSLT extension. There is XSL extension, but it's not
documented yet.



------------------------------------------------------------------------

[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

Reply via email to