|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-12-12 01:04 UTC] requinix@php.net
-Status: Open
+Status: Verified
-Type: Bug
+Type: Documentation Problem
[2017-12-12 01:04 UTC] requinix@php.net
[2017-12-12 01:58 UTC] root_x at ukr dot net
[2017-12-12 02:01 UTC] requinix@php.net
[2017-12-12 02:09 UTC] root_x at ukr dot net
[2017-12-12 10:17 UTC] spam2 at rhsoft dot net
[2018-01-29 22:08 UTC] vrana@php.net
[2018-01-29 22:08 UTC] vrana@php.net
-Status: Verified
+Status: Closed
-Assigned To:
+Assigned To: vrana
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 09:00:01 2025 UTC |
Description: ------------ On localhost: mysql server 5.5.58 php 5.5.9 mysqli_begin_transaction works without any problems ( https://www.youtube.com/watch?v=OQoU02zLwFw ). But in the documentation it is written that for work it is required mysql 5.6 or higher: http://php.net/manual/en/mysqli.begin-transaction.php Why the code works on the mysql version 5.5.58 ? I do not understand something :( https://stackoverflow.com/questions/47762765/mysqli-begin-transaction-work-on-mysql-5-5-57?noredirect=1#comment82487811_47762765 Expected result: ---------------- I was expecting an error message. Actual result: -------------- NO bug.Еverything works well. BUT so it should not be.(?)