php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26240 Functions of XSL-extension didn't loaded, however itself extension was loaded.
Submitted: 2003-11-13 10:50 UTC Modified: 2003-11-13 11:40 UTC
From: igor_udintsev at mail dot ru Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 5.0.0b2 (beta2) OS: Linux Red Hat 9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: igor_udintsev at mail dot ru
New email:
PHP Version: OS:

 

 [2003-11-13 10:50 UTC] igor_udintsev at mail dot ru
Description:
------------
Function get_loaded_extensions() returns "xsl" in list, however call get_extension_funcs("xsl") return void result.

Configure string:
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-unix-socket-path=/var/lib/mysql' '--with-mysql=/usr/lib/mysql' '--with-gd' '--with-zlib-dir=/usr' '--with-recode' '--with-domxml' '--with-xsl=/usr/include/libxslt' 

configure OK
make OK
make install OK


Reproduce code:
---------------
$sh = xslt_create();

Expected result:
----------------
Fatal error: Call to undefined function xslt_create() in /var/www/moodle/info.php on line 3



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-13 11:40 UTC] chregu@php.net
The API changed.

See http://slides.bitflux.ch/phpconf2003/slide_31.html and following for some examples (sorry, no official documentation yet)

chregu
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC