noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties


From: dwm
Subject: [Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties
Date: Thu, 18 Jul 2024 12:24:45 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit ff1a2b1656b5702a44c0a2a439e573b969708db5
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Sun Jun 23 10:59:49 2024 +0200

    PHP8.2 Allow Dynamic Properties
---
 include/class/acc_report.class.php | 2 ++
 include/class/pdf_land.class.php   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/include/class/acc_report.class.php 
b/include/class/acc_report.class.php
index 6c2ef98d3..ded919637 100644
--- a/include/class/acc_report.class.php
+++ b/include/class/acc_report.class.php
@@ -35,6 +35,8 @@ class Acc_Report
     private $form_definition; /*!< form_definition_sql */
     var $row;
     var $nb;
+    var $id;
+    var $name;
     /*!
     \brief  Constructor
  */
diff --git a/include/class/pdf_land.class.php b/include/class/pdf_land.class.php
index d807330c3..6f087bf3c 100644
--- a/include/class/pdf_land.class.php
+++ b/include/class/pdf_land.class.php
@@ -29,6 +29,7 @@
  * @class PDFLand
  * @brief PDF in landscape mode
  */
+#[\AllowDynamicProperties]
 class PDFLand extends PDF
 {
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]