mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
inTransaction() nowadays casts the in_transaction result to boolean. I'm not sure whether the INERROR state should result in true or false. For now I went with the result that we actually get.