php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36190 Typo in PDO error message
Submitted: 2006-01-28 11:27 UTC Modified: 2006-01-29 18:25 UTC
From: o dot persson at gmail dot com Assigned:
Status: Not a bug Package: PDO related
PHP Version: 5.1.2 OS:
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: o dot persson at gmail dot com
New email:
PHP Version: OS:

 

 [2006-01-28 11:27 UTC] o dot persson at gmail dot com
Description:
------------
In pdo_stmt.c you can find this error message:

"Did not found column name '%s' in the defined columns; it will not be bound"

Expected result:
----------------
I'm no english expert, but maybe something like this;
"Did not find column name '%s' in defined columns; it will not be bound"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-29 18:20 UTC] iliaa@php.net
The "the" does not seem to be out of place to me.
 [2006-01-29 18:25 UTC] o dot persson at gmail dot com
I was referring to the 'Did not found'.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC