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
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:

 

 [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

Pull Requests

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: Sat Dec 21 15:01:29 2024 UTC