php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71159 Update the last version of bundled SQLite lib
Submitted: 2015-12-18 12:55 UTC Modified: 2015-12-18 16:58 UTC
From: alejosimon at gmail dot com Assigned: laruence (profile)
Status: Closed Package: SQLite related
PHP Version: 7.0Git-2015-12-18 (Git) OS: windows 7 x64
Private report: No CVE-ID: None
 [2015-12-18 12:55 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-18 15:52 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 [2015-12-18 16:58 UTC] alejosimon at gmail dot com
thanks!!!!!!!!!!!!!!!!!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC