php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34231 pdo-begintransaction docs need clarification
Submitted: 2005-08-24 10:49 UTC Modified: 2005-08-24 13:15 UTC
From: derick@php.net Assigned: dbs (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant 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: derick@php.net
New email:
PHP Version: OS:

 

 [2005-08-24 10:49 UTC] derick@php.net
Description:
------------
The docs use an example to rollback a "DROP table" statement, but this is not possible in some drivers (like MySQL) because they do not see "DROP table" as part of the transaction. That needs clarification


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-24 13:15 UTC] dbs@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

I've taken a first stab at clarifying this potential 
portability gotcha in both pdo-begintransaction and 
pdo-rollback.  
  
We may also need to more explicitly address cases where  
transactions aren't supported at all, e.g. on MyISAM  
tables.  
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 10:00:02 2025 UTC