mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
c08e1d2be9
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.