Req #71159 [Csd]: Update the last version of bundled SQLite lib
[email protected] ("alejosimon at gmail dot com")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=71159&edit=1 ID: 71159 User updated by: alejosimon at gmail dot com Reported by: alejosimon at gmail dot com Summary: Update the last version of bundled SQLite lib Status: Closed Type: Feature/Change Request Package: SQLite related Operating System: windows 7 x64 PHP Version: 7.0Git-2015-12-18 (Git) Assigned To: laruence Block user comment: N Private report: N New Comment: thanks!!!!!!!!!!!!!!!!! Previous Comments: ------------------------------------------------------------------------ [2015-12-18 15:52:43] [email protected] implemented in https://github.com/php/php-src/commit/c555d90f4f56e9cc443da9ed2d97457f2d968bf7 ------------------------------------------------------------------------ [2015-12-18 12:55:54] alejosimon at gmail dot com 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 this bug report at https://bugs.php.net/bug.php?id=71159&edit=1