[PR #314] Explicitly give current class for get_class #317

Open
opened 2026-02-26 10:30:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/opensolutions/ViMbAdmin/pull/314
Author: @dereckson
Created: 6/20/2024
Status: 🔄 Open

Base: masterHead: php83-get_class


📝 Commits (1)

  • 97a8658 Explicitly give current class for get_class

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 application/plugins/AccessPermissions.php (+1 -1)
📝 application/plugins/AdditionalInfo.php (+1 -1)
📝 application/plugins/DirectoryEntry.php (+1 -1)
📝 application/plugins/MailboxAutomaticAliases.php (+1 -1)

📄 Description

Calling get_class() without an argument in PHP 8.3+ emits E_DEPRECATED.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/opensolutions/ViMbAdmin/pull/314 **Author:** [@dereckson](https://github.com/dereckson) **Created:** 6/20/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `php83-get_class` --- ### 📝 Commits (1) - [`97a8658`](https://github.com/opensolutions/ViMbAdmin/commit/97a8658e01fd96815dfed5df41e2dbe1b4aa9a50) Explicitly give current class for get_class ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `application/plugins/AccessPermissions.php` (+1 -1) 📝 `application/plugins/AdditionalInfo.php` (+1 -1) 📝 `application/plugins/DirectoryEntry.php` (+1 -1) 📝 `application/plugins/MailboxAutomaticAliases.php` (+1 -1) </details> ### 📄 Description Calling get_class() without an argument in PHP 8.3+ emits E_DEPRECATED. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#317
No description provided.