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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC