Edit report at https://bugs.php.net/bug.php?id=71159&edit=1
ID: 71159
Updated by: [email protected]
Reported by: alejosimon at gmail dot com
Summary: Update the last version of bundled SQLite lib
-Status: Open
+Status: Closed
Type: Feature/Change Request
Package: SQLite related
Operating System: windows 7 x64
PHP Version: 7.0Git-2015-12-18 (Git)
-Assigned To:
+Assigned To: laruence
Block user comment: N
Private report: N
New Comment:
implemented in https://github.com/php/php-src/commit/c555d90f4f56e9cc443da9ed2d97457f2d968bf7
Previous Comments:
------------------------------------------------------------------------
[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.