mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

580
comptes actifs

#php8

1 message1 participant1 message aujourd’hui

Hi, I'm looking for help with #server and #php again.

My server settings are in the attached image.

The issue I'm having is php error warnings filling up the logs located at /logs/. There are thousands of entries, and it's taking up masses of space, plus, I think, overloading the server and slowing it down.

I want to turn off the reporting of warnings, and only have actual errors reported.

My server guy is trying to help, kinda, but he just doesn't seem to understand #php8 error reporting.

Working on the #doctrineorm v1 codebase and its test suite, make you realise how much work has been done on #phpunit, and it simply works! Thank you @sebastian!

At the same time the legacy Doctrine v1 still manages OK-ish in the era of #php8 ! Still with no class namespaces and by implementing its own autoloading system! Is it probably from #php4 times? 🤔

Kudos to the original authors!
(Are they around here BTW?)

y'avait longtemps que je n'avais pas touché à #symfony, depuis #php8 y'a plus FOS User Bundle qui soit supporté, du coup, ça doit bien exister des méthodes plus modernes pour avoir de base une webapp avec gestion d'utilisateurs qui permet de base de gérer son mot de passe avec réinitialisation par email et configuration d'une entité pour les utilisateurs, non ?