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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 26 19:01:30 2024 UTC