From:             evcastel at yahoo dot com dot mx
Operating system: Debian/Linux
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     XSLT related
Bug description:  Compiled without errors, but not working.

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 bug report at http://bugs.php.net/?id=25545&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25545&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25545&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25545&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25545&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25545&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25545&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25545&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25545&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25545&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25545&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25545&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25545&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25545&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25545&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25545&r=gnused

Reply via email to