dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 34 forks source link

Array and string offset access syntax with curly braces is deprecated #79

Closed wallon-ines closed 2 days ago

wallon-ines commented 3 years ago

I have an Deprecated with latest version of this library:

Deprecated: Array and string offset access syntax with curly braces is deprecated in /project/vendor/dkd/php-cmis/src/QueryStatement.php on line 478
The website encountered an unexpected error. Please try again later.
RuntimeException: Failed to start the session because headers have already been sent by "/project/vendor/dkd/php-cmis/src/QueryStatement.php" at line 476. in Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() (line 152 of /project/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php).

I will fix it with the PR