php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76614 MYSQL_ATTTR_* definitions define all values as "integer"
Submitted: 2018-07-12 04:20 UTC Modified: 2018-07-12 04:51 UTC
From: rgagnon24 at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 7.1.19 OS: N/A
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: rgagnon24 at gmail dot com
New email:
PHP Version: OS:

 

 [2018-07-12 04:20 UTC] rgagnon24 at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/ref.pdo-mysql
---

Each PDO Attribute is a different type, but the documentation shows all of them as integer.

For example:  MYSQL_ATTR_SSL_CA accepts a string but the documentation shows MYSQL_ATTR_SSL_CA(integer)

Some accept strings, some integers, some boolean.

Test script:
---------------
// No test script needed.  Doc problem


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-12 04:51 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2018-07-12 04:51 UTC] requinix@php.net
They *are* all integers.

You're confusing the the value of the constant with the way the constant is used.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 07:01:33 2025 UTC