php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #72251 PDO::quote() is missing driver specific documentation
Submitted: 2016-05-21 10:39 UTC Modified: 2021-09-14 12:41 UTC
From: eugenio dot tacchini at gmail dot com Assigned:
Status: Verified Package: PDO related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-05-21 10:39 UTC] eugenio dot tacchini at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/pdo.quote
---

The PHP manual (http://php.net/manual/en/pdo.quote.php) says:

The character set must be set either on the server level, or within the database connection itself (depending on the driver) for it to affect PDO::quote(). See the driver-specific documentation for more information.

However, if you follow the link and read the driver-specific documentation, there isn't any information about. Where can I find detailed information about?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-10-11 17:11 UTC] cmb@php.net
-Package: Documentation problem +Package: PDO related
 [2021-09-14 12:41 UTC] cmb@php.net
-Summary: Missing documentation +Summary: PDO::quote() is missing driver specific documentation -Status: Open +Status: Verified
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC