Skip to content

Fix randText#3197

Open
aofc wants to merge 1 commit intojeedom:betafrom
aofc:patch-9
Open

Fix randText#3197
aofc wants to merge 1 commit intojeedom:betafrom
aofc:patch-9

Conversation

@aofc
Copy link
Contributor

@aofc aofc commented Feb 21, 2026

Description

Fix randText qui brise sous php8. La fonction utilise incorrectement evaluate en lui passant un array alors qu'elle attend un string.

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement

PR checklist

@Mips2648
Copy link
Collaborator

Mips2648 commented Feb 22, 2026

Bonjour,

Il y a effectivement un truc bizarre avec cette fonction randText car $result n'est en fait jamais utilisé.
Cependant je ne suis pas convaincu par la correction non plus;

je pense qu'il faudrait

  • mieux décrire le problème rencontrer,
  • identifier tous les cas d'usages

pour pouvoir fixer une solution ensuite

et dans tous les cas il faut faire le PR sur la branche 4.5.3 plutôt, pas sur la beta qui n'est plus utilisé

@aofc
Copy link
Contributor Author

aofc commented Feb 22, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants