From:             igor_udintsev at mail dot ru
Operating system: Linux Red Hat 9
PHP version:      5.0.0b2 (beta2)
PHP Bug Type:     XSLT related
Bug description:  Functions of XSL-extension didn't loaded, however itself extension 
was loaded.

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 bug report at http://bugs.php.net/?id=26240&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26240&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26240&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26240&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26240&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26240&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26240&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26240&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26240&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26240&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26240&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26240&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26240&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26240&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26240&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26240&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26240&r=float

Reply via email to