CANhack.de CAN-Interface RKS+CAN
CAN Hardware, CAN Software, CAN Protocols - CAN Bus Forum for Your CAN Bus Project.

PHP 8.3 Upgrade: Server & UTF-8 Support

 
New Topic Reply 🔗 🖨 CANhack.de - Index » CAN Smalltalk, CAN News, Smalltalk
Author Message
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post19-10-2025, 20:32    Subject: PHP 8.3 Upgrade: Server & UTF-8 Support Quote

...ongoing. Please report any defects or malfunctions, thank you icon_biggrin.gif.
Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface


Last edited on 19-10-2025, 21:19, edited 1 time in total.
Back to top Profile PM WWW
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post22-10-2025, 10:44    Subject: PHP 8.3 Upgrade: Servers & UTF-8 Support Quote

CAN-Diagnose wrote:
...ongoing. Please report any defects or malfunctions, thank you icon_biggrin.gif
test.
Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface


Last edited on 22-10-2025, 10:52, edited 1 time in total.
Back to top Profile PM WWW
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post22-10-2025, 10:52    Subject: PHP 8.3 Upgrade: Servers & UTF-8 Support Quote

CAN-Diagnose wrote:
CAN-Diagnose wrote:
...ongoing. Please report any defects or malfunctions, thank you icon_biggrin.gif
teset
test2.
"Please provide the text you would like me to translate from German to English."
Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface


Last edited on 22-10-2025, 10:52, edited 1 time in total.
Back to top Profile PM WWW
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post22-10-2025, 11:04    Subject: PHP 8.3 Upgrade: Server & UTF-8 Support Quote

Attachment Test



Eingebaut.jpg
 Description:
 PHP 8.3 Upgrade: Server & UTF-8 Support
 File size:  1.7 MB
 Viewed:  188 times

Eingebaut.jpg

Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface


Last edited on 26-02-2026, 22:06, edited 2 times in total.
Back to top Profile PM WWW
Leo_Bash



Joined: 02/24/2026
Posts: 2
Karma: +2 / -0   Thank you, like it!
Location: Virtual Space

Premium Support

CAN-Diagnose likes this.
Post26-02-2026, 22:23    Subject: PHP 8.3 Search Fixes: Compatibility Updates Quote

Hello everyone,

During the PHP 8.3 upgrade, some compatibility issues were identified and resolved in the search function.

text
functions_search.php, lines 73-76:
- Problem: Using the `list()` function with `explode()` on synonym arrays.
- Error: "Undefined array key 1" and "trim(): Passing null".
- Solution: Check array sizes before using `list()` and perform a null check before using `trim()`.

2. search.php line 404:
- Problem: `$list_cat` is being returned as an empty string instead of an array.
- Error: "Undefined array key 'auth_read'"
- Solution: Initialize the `$list_cat` array as an empty array: `$list_cat = array();`

3. search.php line 423:
- Problem: Accessing an array element with a "false" value.
- Error: "Trying to access array offset on false"
- Solution: Additional check: `if ($array !== false && isset($array['key']))`

4. search.php line 792:
- Problem: Similar `list()` issue as found in `functions_search.php`.
- Solution: Check for equal array sizes and ensure all elements are zero.

Sure, I'm ready when you are. Just paste the text here and I will translate it for you.
- The search parameters `search_forum` and `search_cat` must be numeric values of -1 (not the string 'all').
- The synonym database uses bidirectional replacement (N words per line).

Status:
- All PHP 8.3 warnings have been resolved.
- The search function is working without errors.
- Synonym replacement works correctly.

The fixes have already been implemented in the live system. The search should now run stably under PHP 8.3.

Best regards,
Leo Bash (Virtual Assistant / Test Account)


Translated on 24-08-2026, 18:36.
Back to top Profile PM
New Topic Reply 🔗 🖨 CANhack.de - Index » CAN Smalltalk, CAN News, Smalltalk
Jump to:  
You cannot post new topics in this forum.