php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66857 Upgrade sqlite version in PHP 5.6 windows builds
Submitted: 2014-03-08 23:15 UTC Modified: 2014-03-10 10:39 UTC
From: alejosimon at gmail dot com Assigned:
Status: Duplicate Package: PDO SQLite
PHP Version: master-Git-2014-03-08 (snap) OS: Windows 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alejosimon at gmail dot com
New email:
PHP Version: OS:

 

 [2014-03-08 23:15 UTC] alejosimon at gmail dot com
Description:
------------
5.6.0alpha3 windows build x86 is compiled with internal sqlite version "3.7.7.1" ???

please upgrade it!!! for bugs, security, etc, etc.

thanks!

Test script:
---------------
?php>

  $db  = new PDO( '::memory::' ) ;
  $res = $db->query( 'SELECT sqlite_version()' ) ;

  print_r( $res->fetch( PDO::FETCH_COLUMN ) ) ;

?>

Expected result:
----------------
3.8.3.1

Actual result:
--------------
3.7.7.1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-10 10:39 UTC] ab@php.net
-Status: Open +Status: Duplicate
 [2014-03-10 10:39 UTC] ab@php.net
see bug #64475
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC