ID: 26240
Updated by: [email]chregu@php.net[/email]
Reported By: igor_udintsev at mail dot ru
-Status: Open
+Status: Bogus
Bug Type: XSLT related
Operating System: Linux Red Hat 9
PHP Version: 5.0.0b2 (beta2)
New Comment:

The API changed.

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

chregu


Previous Comments:
------------------------------------------------------------------------

[2003-11-13 10:50:18] 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




------------------------------------------------------------------------


--
Edit this bug report at [url]http://bugs.php.net/?id=26240&edit=1[/url]