Ask a Question related to PHP Development, Design and Development.
-
igor_udintsev at mail dot ru #1
#26240 [NEW]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
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 [url]http://bugs.php.net/?id=26240&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=26240&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=26240&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=26240&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=26240&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=26240&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=26240&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=26240&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=26240&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=26240&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=26240&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=26240&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=26240&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=26240&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=26240&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=26240&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=26240&r=float[/url]
igor_udintsev at mail dot ru Guest
-
constructor in dynamicly loaded library containing user defined functions not run when loading from mysql?
Hi, I've been writing a user defined function with a very expensive initialisation which only needs to run once. I thought it might be possible... -
Calling flash functions from loaded HTML
Hello, I loaded an html file into a flash movie. Is it possibile to use standard href's to invoke flash functions from within the loaded html?... -
#26308 [Opn->Bgs]: php extension not loaded
ID: 26308 Updated by: sniper@php.net Reported By: muhlig at us dot edu dot pl -Status: Open +Status: ... -
#26308 [Bgs->Opn]: php extension not loaded
ID: 26308 User updated by: muhlig at us dot edu dot pl Reported By: muhlig at us dot edu dot pl -Status: Bogus... -
#26240 [Opn->Bgs]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
ID: 26240 Updated by: chregu@php.net Reported By: igor_udintsev at mail dot ru -Status: Open +Status: ...



Reply With Quote

