php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #69287 Upgrade libsqlite.
Submitted: 2015-03-24 14:23 UTC Modified: -
From: alejosimon at gmail dot com Assigned:
Status: Closed Package: SQLite related
PHP Version: master-Git-2015-03-24 (Git) OS: Windows 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alejosimon at gmail dot com
New email:
PHP Version: OS:

 

 [2015-03-24 14:23 UTC] alejosimon at gmail dot com
Description:
------------
Hello!!! There is possibility to upgrade the bundled libsqlite to the latest version?

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.8.8.3 or latest.

Actual result:
--------------
3.8.7.2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-25 12:18 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=1b41dcf9c57b2fe5aecaf42412832d1739f44583
Log: Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3
 [2015-03-25 12:18 UTC] ab@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 14:01:29 2024 UTC