HomePhorge

php 8 compat
Concern Raised608f26382035

Description

php 8 compat

Details

Auditors
machniak
Provenance
mollekopfAuthored on Dec 15 2022, 10:41 PM
mollekopfPushed on Dec 15 2022, 10:45 PM
Parents
rC8996bb4b92c3: We're using params in the code, so name the parameter the same
Branches
Unknown
Tags
Unknown
Build Status
Buildable 40823

Event Timeline

Christian Mollekopf <mollekopf@apheleia-it.ch> committed rC608f26382035: php 8 compat (authored by Christian Mollekopf <mollekopf@apheleia-it.ch>).Dec 15 2022, 10:41 PM
machniak subscribed.
machniak added inline comments.
/lib/drivers/kolab/kolab_file_storage.php
159

From where this $host->next() comes from?

This commit now has outstanding concerns.Dec 16 2022, 9:30 AM
mollekopf added inline comments.
/lib/drivers/kolab/kolab_file_storage.php
159

This is supposed to emulate what "each" did. It advances the array internal iterator to the "next" element.