From:             webmaster at tv2knet dot net
Operating system: Linux Debian 2.4.23
PHP version:      4.3.4
PHP Bug Type:     Dynamic loading
Bug description:  Weird error on dl()

Description:
------------
When I try to load any extension (in this case the sqlite.so extension), I
get this weird error when accessing the file thrua webpage:

Warning: dl(): Unable to load dynamic library
'V/�F8uPl���T/sqlite.so' - V/�F8uPl���T/sqlite.so:
cannot open shared object file: No such file or directory in
/home/tvke/tv2knet.net/so/sqlite.dll.php on line 34

But when I use my shell to load the extension - Same script, same server,
it does work.

Please fix this/help me

Greetz to all,
- The TV2kNET Admin

NOTE: I did try to search the bugsdatabase, BUT I COULDNT SEARCH ON
DL()!!!

Reproduce code:
---------------
dl($module);

Expected result:
----------------
That it loads the dynamic module.

Actual result:
--------------
Warning: dl(): Unable to load dynamic library
'V/�F8uPl���T/sqlite.so' - V/�F8uPl���T/sqlite.so:
cannot open shared object file: No such file or directory in
/home/tvke/tv2knet.net/so/sqlite.dll.php on line 34

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

Reply via email to