php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #69602 Update the last version of bundled SQLite lib
Submitted: 2015-05-08 13:06 UTC Modified: 2015-06-12 18:53 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: alejosimon at gmail dot com Assigned: kaplan (profile)
Status: Closed Package: PDO SQLite
PHP Version: 5.6.9RC1 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-05-08 13:06 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.10

Actual result:
--------------
3.8.8.3

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-08 19:00 UTC] cmb@php.net
There is a respective PR: <https://github.com/php/php-src/pull/1316>.
 [2015-06-08 20:38 UTC] kaplan@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kaplan
 [2015-06-08 20:38 UTC] kaplan@php.net
Upgraded to 3.8.10.2
 [2015-06-12 18:53 UTC] alejosimon at gmail dot com
Thanks!

It was worth it! ;)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC