Cyril Chapellier

Results 175 comments of Cyril Chapellier

Something like that (I had to copy the code from sabre/dav as it's not in my tree) should work, I hope ```patch From 848e7647209f0d7ce0bb92035165a6e5b7b9b726 Mon Sep 17 00:00:00 2001 Date:...

Hmmmm 🤔 — ok so this is bigger https://php.watch/versions/8.4/imap-unbundled Could you try to use PHP 8.3 for the time being?

> Could you please leave this issue open until the 8.4 issue is resolved? Of course! I'll try to work on this soon

👋🏼 I don't understand your first part — It's not related to this issue since you're on PHP 8.3, as I understand. If you're using IMAP, `LDAP_CERTIFICATE_CHECKING_STRATEGY` shouldn't be needed...

Hi @Ramblurr @n-connect 👋🏼 I've made progress in replacing the `php-imap` extension with a PHP-only implementation in https://github.com/tchapi/davis/pull/198. Could you try to test the branch by any chance? The relevant...

Thanks for testing out! ``` [2025-09-04T22:16:12.382512+00:00] php.INFO: Deprecated: Creation of dynamic property App\Services\IMAPAuth::$IMAPHost is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Creation of dynamic property App\\Services\\IMAPAuth::$IMAPHost is deprecated at /var/www/davis_imap/src/Services/IMAPAuth.php:64)"} [] [2025-09-04T22:16:12.382575+00:00]...

> What should be the solution to get the prod.log gets written continuously? The production log should be quiet (no lines written), **except if there is an error**, in which...

> I've updated the previous post with men usage I haven't added a lot of stuff between 5.0 and 5.2, and nothing that would inherently need more memory. Dependencies have...

Re the log: Can you paste the offending log (redacting the actual value)?

Ok, looked a bit. Just to understand correctly, are you having these logs in a production instance (`APP_ENV=prod`) ? You **shouldn't** set `APP_DEBUG` in any case, `APP_ENV` is the only...