php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52543 PDO documentation needs update for PHP 5.3
Submitted: 2010-08-05 17:29 UTC Modified: 2010-10-06 11:38 UTC
From: aaron dot brown+php at oakadaptive dot com Assigned: abedford (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.3.3 OS: Windows
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: aaron dot brown+php at oakadaptive dot com
New email:
PHP Version: OS:

 

 [2010-08-05 17:29 UTC] aaron dot brown+php at oakadaptive dot com
Description:
------------
<http://php.net/manual/en/pdo.installation.php> says

> PDO and all the major drivers ship with PHP as shared
> extensions, and simply need to be activated by editing the
> php.ini file:
>
>   extension=php_pdo.dll

but this is no longer necessary in PHP 5.3, and will in fact
cause an error, since this DLL does not exist in PHP 5.3.
(See <http://bugs.php.net/bug.php?id=52492>.)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-06 15:06 UTC] abedford@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: abedford
 [2010-09-13 17:40 UTC] abedford@php.net
Automatic comment from SVN on behalf of abedford
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=303325
Log: Added note as per bug #52543
 [2010-10-06 11:37 UTC] abedford@php.net
Automatic comment from SVN on behalf of abedford
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=304136
Log: Minor tweaks related to bug #52543
 [2010-10-06 11:38 UTC] abedford@php.net
-Status: Assigned +Status: Closed
 [2010-10-06 11:38 UTC] abedford@php.net
Note added that PDO DLL is no longer required for 5.3 and above.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 00:01:35 2025 UTC