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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but 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-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: Thu Apr 18 09:01:27 2024 UTC