php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79414 david@grudl.com
Submitted: 2020-03-26 02:11 UTC Modified: 2020-04-05 04:22 UTC
From: david at grudl dot com Assigned:
Status: No Feedback Package: SQLite related
PHP Version: 7.4.4 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
36 - 20 = ?
Subscribe to this entry?

 
 [2020-03-26 02:11 UTC] david at grudl dot com
Description:
------------
SQLite3Result::columnType() returns FALSE in cases where it returned correct value in PHP 7.4.3.

I think it is caused by fix for https://bugs.php.net/bug.php?id=79294


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-26 08:17 UTC] nikic@php.net
-Status: Open +Status: Feedback -Package: Output Control +Package: SQLite related
 [2020-03-26 08:17 UTC] nikic@php.net
Could you please provide a code example where columnType() now incorrectly returns false?
 [2020-04-05 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2020-04-14 08:37 UTC] thenewherobrinex at gmail dot com
I noticed for example that before the fix for #79294 columnType() would return SQLITE3_NULL if called before calling fetchArray while now it returns false instead. I don't know if this is what the OP is referring to nor if this is a problem itself or not.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC