php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #66967 Update the last version of bundled SQLite sources in windows builds
Submitted: 2014-03-27 12:50 UTC Modified: 2014-04-22 18:00 UTC
From: alejosimon at gmail dot com Assigned:
Status: Closed Package: SQLite related
PHP Version: 5.5.10 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-27 12:50 UTC] alejosimon at gmail dot com
Description:
------------
Hello, sorry but... can you upgrade to the latest sqlite internal version? (for windows buils) 

... in the version 3.8.4 of sqlite they repair several some bugs and improves performance! please see 2014-03-10 (3.8.4) in 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.4

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-05 13:34 UTC] alejosimon at gmail dot com
Please!!!!! They could see this report? According sqlite.org some important bugs are fixed.

THANKS!!!!
 [2014-04-11 09:02 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e08172e0d592644648811e7704b1702e3a036da4
Log: Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3
 [2014-04-11 09:02 UTC] ab@php.net
-Status: Open +Status: Closed
 [2014-04-15 12:04 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e08172e0d592644648811e7704b1702e3a036da4
Log: Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3
 [2014-04-15 13:05 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e08172e0d592644648811e7704b1702e3a036da4
Log: Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3
 [2014-04-22 18:00 UTC] alejosimon at gmail dot com
Thanks!!!! Thanks, do not forget to also update the PHP 5.6 that even in its beta1 preserves an older version of sqlite.

Thanks!
 [2014-05-01 14:59 UTC] tyrael@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e08172e0d592644648811e7704b1702e3a036da4
Log: Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC