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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: evcastel at yahoo dot com dot mx
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 27 09:01:29 2024 UTC