php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25545 Compiled without errors, but not working.
Submitted: 2003-09-15 11:21 UTC Modified: 2003-09-18 03:33 UTC
From: evcastel at yahoo dot com dot mx Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 5.0.0b1 (beta1) OS: Debian/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 33 = ?
Subscribe to this entry?

 
 [2003-09-15 11:21 UTC] 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()

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-17 01:32 UTC] sniper@php.net
There is no XSLT extension. There is XSL extension, but it's not documented yet.


 [2003-09-18 03:33 UTC] sniper@php.net
ext/xsl in PHP 5 != ext/xslt in PHP 4..and the docs are for PHP 4...use the source, luke.. :)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC