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
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 !
Your email address:
MUST BE VALID
Solve the problem:
50 - 13 = ?
Subscribe to this entry?

 
 [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: Sun Jun 16 21:01:29 2024 UTC