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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 + 41 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 13:01:30 2024 UTC