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
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:
48 - 46 = ?
Subscribe to this entry?

 
 [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 14:01:28 2024 UTC