[PHP-BUG] Req #71159 [NEW]: Update the last version of bundled SQLite lib
[email protected] ("alejosimon at gmail dot com")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: alejosimon at gmail dot com Operating system: windows 7 x64 PHP version: 7.0Git-2015-12-18 (Git) Package: SQLite related Bug Type: Feature/Change Request Bug description:Update the last version of bundled SQLite lib Description: ------------ Hello!!! There is possibility to upgrade the bundled libsqlite to the latest version? The sqlite version 3.8.10.2 is the same from old php 5.6 version... in the php7 no upgraded it. :( http://www.sqlite.org/changes.html thanks! Test script: --------------- <?php $pdo = new PDO( 'sqlite::memory:' ) ; $res = $pdo->query( 'SELECT sqlite_version()' ) ; print_r( $res->fetchColumn() ) ; ?> Expected result: ---------------- 3.9.2 (or most recent) Actual result: -------------- 3.8.10.2 -- Edit bug report at https://bugs.php.net/bug.php?id=71159&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=71159&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=71159&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=71159&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=71159&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=71159&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=71159&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=71159&r=needscript Try newer version: https://bugs.php.net/fix.php?id=71159&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=71159&r=support Expected behavior: https://bugs.php.net/fix.php?id=71159&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=71159&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=71159&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=71159&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=71159&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=71159&r=dst IIS Stability: https://bugs.php.net/fix.php?id=71159&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=71159&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=71159&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=71159&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=71159&r=mysqlcfg