From:             glen at delfi dot ee
Operating system: PLD Linux
PHP version:      5.3CVS-2009-03-16 (snap)
PHP Bug Type:     SQLite related
Bug description:  sqlite3 extension fails to load if sqlite is built without 
--enable-load-extens

Description:
------------
$ php -m >/dev/null
PHP Warning:  PHP Startup: Unable to load dynamic 
library '/usr/lib/php/sqlite3.so' - /usr/lib/php/sqlite3.so: 
undefined symbol: sqlite3_load_extension in Unknown on line 0


Expected result:
----------------
should the whole method be disabled if system sqlite doesn't support 
it, or rather php method return false (failure?):

public bool SQLite3::loadExtension( string $shared_library)


-- 
Edit bug report at http://bugs.php.net/?id=47678&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47678&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47678&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47678&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47678&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47678&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47678&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47678&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47678&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47678&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47678&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47678&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47678&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47678&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47678&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47678&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47678&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47678&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47678&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47678&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47678&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47678&r=mysqlcfg

Reply via email to