ID:               47678
 Updated by:       scott...@php.net
 Reported By:      glen at delfi dot ee
-Status:           Open
+Status:           Assigned
 Bug Type:         SQLite related
 Operating System: PLD Linux
 PHP Version:      5.3CVS-2009-03-16 (snap)
-Assigned To:      
+Assigned To:      scottmac
 New Comment:

I assume you're doing this against an external library?

I'll need to look at a few other things that can be possibly omitted
from the standard build.


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

[2009-03-16 19:08:21] glen at delfi dot ee

here's my patch to handle the situation:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-sqlite3-loadext.patch

http://php.net/manual/en/sqlite3.loadextension.php

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

[2009-03-16 19:06:09] glen at delfi dot ee

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 this bug report at http://bugs.php.net/?id=47678&edit=1

Reply via email to