From:             cbelin at free dot fr
Operating system: Windows XP sp2
PHP version:      5.1.1
PHP Bug Type:     SQLite related
Bug description:  SQLite is no more included and compiled in PHP

Description:
------------
Before upgrading to PHP version 5.1.1, SQLite was included in PHP
distribution and enabled by default (and worked fine !).

Since version 5.1.1, SQLite doesn't seem to be included anymore. Enabling
SQLite extension (php_sqlite.dll) in php.ini doesn't solve anything : it
produces instead a PHP startup error.

Reproduce code:
---------------
<?php
echo sqlite_libversion();
?>

Expected result:
----------------
2.8.14

Actual result:
--------------
Without enabling SQLite extension (php_sqlite.dll) :

"Fatal error: Call to undefined function sqlite_libversion() in ... on
line ..."


With SQLite extension enabled :

"PHP Warning: PHP Startup: Unable to load dynamic library
'...\PHP\ext\php_sqlite.dll' - Le module spécifié est introuvable. in
Unknown on line 0"

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

Reply via email to