php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68961 PDO::rollBack(): Unclear sentence on autocommit mode
Submitted: 2015-01-30 16:18 UTC Modified: 2017-10-24 08:31 UTC
From: chealer at gmail dot com Assigned:
Status: Open Package: PDO related
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: chealer at gmail dot com
New email:
PHP Version: OS:

 

 [2015-01-30 16:18 UTC] chealer at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/pdo.rollback
---
The second paragraph reads:

If the database was set to autocommit mode, this function will restore autocommit mode after it has rolled back the transaction. 

I am not knowledgeable on transactions and PDO autocommit mode, but I cannot make sense of that. If the database is in autocommit mode, how can the transaction be rolled back? Or in other words, which transaction would be rolled back?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 17:15 UTC] cmb@php.net
-Package: Documentation problem +Package: PDO Core
 [2017-10-24 08:31 UTC] kalle@php.net
-Package: PDO Core +Package: PDO related
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 05:01:27 2025 UTC