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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 04:01:27 2025 UTC