-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi !
I have recently upgraded to PHP 8.0.23 and I am using the compiled version of Doctrine1-v4.0.0 (https://packagist.org/packages/diablomedia/doctrine1#4.0.0)
I am getting the below PDO exception. Please find the more details below.
PDOException: There is no active transaction in [error]
/local/workspace/zaepanr/pdupc_epg/framework/drupal_modules/cims/core/cimsdb/diablomedia-doctrine1-v4.0.0.compiled.php:22831
Class Doctrine_Connection
public function commit($savepoint = null) { return $this->transaction->commit($savepoint); }
In above code snippet I am getting $savepoint as null.
Why the exception handling was not implement here to support the PHP 8 version but the doctrine package supports PHP 8.
Please let me know for any questions and help will be much appreciated.
Thanks,
Anand Kumar P.