Update the last version of bundled SQLite sources in windows builds
| Request #68120 | Update the last version of bundled SQLite sources in windows builds | ||||
|---|---|---|---|---|---|
| Submitted: | 2014-09-30 13:01 UTC | Modified: | 2015-03-24 14:03 UTC | ||
| From: | alejosimon at gmail dot com | Assigned: | ab (profile) | ||
| Status: | Closed | Package: | PDO SQLite | ||
| PHP Version: | master-Git-2014-09-30 (Git) | OS: | Windows 7 | ||
| Private report: | No | CVE-ID: | None | ||
[2014-09-30 13:01 UTC] alejosimon at gmail dot com
Description: ------------ Hello, sorry but... can you upgrade to the latest sqlite internal version? (for windows buils) Note: It is intended for version 7 of PHP, not is urgent! ... in the version 3.8.6 of sqlite they repair several some bugs and improves performance! please see http://www.sqlite.org/changes.html THANKS!!!!!!!!!!!!!!!!!!!! sorry for my english. Test script: --------------- <?php $pdo = new PDO( 'sqlite::memory:' ) ; $res = $pdo->query( 'SELECT sqlite_version()' ) ; print_r( $res->fetchColumn() ) ; ?> Expected result: ---------------- 3.8.6 Actual result: -------------- 3.8.4.3
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2014-10-25 17:34 UTC] alejosimon at gmail dot com
[2014-12-05 14:52 UTC] ab@php.net
-Status: Open +Status: Closed
[2015-01-08 09:33 UTC] pear at laurent-laville dot org
[2015-01-14 14:21 UTC] ab@php.net
-Assigned To: +Assigned To: ab
[2015-01-14 14:21 UTC] ab@php.net
[2015-02-20 19:39 UTC] alejosimon at gmail dot com
-Status: Closed +Status: Assigned
[2015-02-20 19:39 UTC] alejosimon at gmail dot com
[2015-03-21 17:30 UTC] alejosimon at gmail dot com
[2015-03-23 07:32 UTC] ab@php.net
[2015-03-24 14:03 UTC] ab@php.net
-Status: Assigned +Status: Closed