PHP Classes

File: UPGRADE.md

Recommend this page to a friend!
  Packages of Hernádi Tamás   Rasher PHP Data Access Layer Helper - Database Repository   UPGRADE.md   Download  
File: UPGRADE.md
Role: Documentation
Content type: text/plain
Description: upgrade
Class: Rasher PHP Data Access Layer Helper - Database Repository
Attribute-based PHP data access layer with repos
Author: By
Last change: Update of UPGRADE.md
Date: 3 months ago
Size: 664 bytes
 

Contents

Class file image Download
# UPGRADE.md ## PHP Version Upgrade ? Compatibility Guide This document describes the required changes to make the project run **cleanly on PHP 8.2 or newer**, without warnings or deprecated notices. The project was originally developed and tested on PHP 7.4?8.0, where the language was more permissive in certain areas. --- ## Supported PHP Versions | PHP Version | Status | |------------|--------| | 7.4 | ?? Fully supported | | 8.0?8.1 | ?? Supported | | 8.2+ | ?? Minor changes required | --- ## 1. Removal of Dynamic Properties (Required for PHP 8.2+) Starting with PHP 8.2, **dynamic properties are deprecated**.